CLI Guide

wilU2VLw/iRH1ZymUFnut8ggbPQgqV2L8bsUaMqb5PooIIvV6hy4isCNJU=
1024-bit RSA, converted from OpenSSH by xx_xx@xx.xx
Key ID 2:
Key ID 3:
Key ID 4:
sslcertdownload
Table 82. Details of sslcertdownload attribute
Description
Downloads an SSL certicate from iDRAC to the client’s le system.
To run this subcommand, you must have the Server Control privilege.
NOTE: This subcommand is only supported on the remote interface(s).
Synopsis
racadm sslcertdownload -f <filename> -t <type>
Input
-fSpecies the target lename on local le system to download the certicate.
-t <type>Species the type of certicate to download, either the CA certicate for Directory Service or
the server certicate.
1=server certicate
2=Active Directory
Output Returns 0 when successful and non-zero number when unsuccessful.
Example
Download server certicate:
racadm -r 192.168.0 -u root -p xxx sslcertdownload -t 1 -f cert.txt
Download Active Directory certicate:
racadm -r 192.168.0 -u root -p xxx sslcertdownload -t 2 -f ad_cert.txt
NOTE: This command is not supported in the rmware RACADM interface as it is not a le system.
sslcertupload
Table 83. Details of sslcertupload attribute
Description
Uploads a custom SSL server or CA certicate for Directory Service from the client to iDRAC.
To run this subcommand, you must have the Server Control privilege.
Synopsis
racadm sslcertupload -t <type> -f <filename> -p <passphrase> [-k <key file>]
Input
-t <type>Species the type of certicate to upload. The type of certicate must be:
1 — server certicate
2 — Active Directory
3 — Public Key Cryptography Standards (PKCS) format
-fSpecies the source lename in the local le system of the certicate uploaded.
-kSpecies optional source lename for private key when using type 6.
-p — Pass phrase for decrypting the PKCS12 le uploaded.
RACADM Subcommand Details 103