Reference Guide

2 = CA certificate for Directory Service
3 = Custom signing certificate
Output Returns 0 when successful and a nonzero number when
unsuccessful.
Example
racadm sslcertdownload -t 1 -f c:\cert
\cert.txt
NOTE: This command is not supported in the firmware racadm interface as is not a file system.
sslcertupload
Description Uploads a custom SSL server or CA certificate for Directory Service from the client
to iDRAC or CMC.
To use this subcommand, you must have Configure iDRAC permission.
For CMC only:
NOTE: This subcommand is only supported on the remote interface(s).
Synopsis
racadm sslcertupload -t <type> -f <filename> -p
<passphrase> [-k <key file>]
For CMC only:
racadm sslcertupload -f <filename> -t <type>
Input
-t — Specifies the type of certificate to upload. The type of certificate must
be:
1 — server certificate (CMC only)
2 — Active directory (CMC only)
3 — Public Key Cryptography Standards ( PKCS ) format (iDRAC
only)
5 — Kerberos Keytab (CMC only)
6 — Server certificate and key (CMC only)
-f — Specifies the file name of the certificate to be 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 CSR is generated on another
server, then it is necessary to upload the private key with the certificate.
Output The sslcertupload command returns 0 when successful and returns a nonzero
number when unsuccessful.
Example
Uploading a server certificate
racadm sslcertupload -t 1 -f c:\cert\cert.txt
127