Reference Guide
Output Returns 0 when successful and nonzero number when
unsuccessful.
Example
Download server certificate:
racadm -r 192.168.0.120 -u root -p calvin
sslcertdownload -t 1 -f cert.txt
Download Active Directory certificate:
racadm -r 192.168.0.120 -u root -p calvin
sslcertdownload -t 2 -f ad_cert.txt
NOTE: This command is not supported in the firmware RACADM
interface as it is not a file system.
sslcertupload
Descripti
on
Uploads a custom SSL server or CA certificate 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> — Specifies the type of certificate to upload. The
type of certificate must be:
– 1 — server certificate
– 2 — Active Directory
– 3 — Public Key Cryptography Standards (PKCS) format
• -f — Specifies the source filename in the local file system of
the certificate uploaded.
• -e — Allows for upload of multiple certificate format types.
– –1=Base64
– –2=PKCS12
The current release does not support this option.
• -p — Pass phrase for decrypting the PKCS12 file uploaded.
• -k — Filename of the private key file while using type 6. The
private key is generated when the CSR is generated. If the
105