Reference Guide
sslkeyupload
Description Uploads SSL key from the client to CMC.
To use this subcommand, you must have Server Administrator permission.
Synopsis
racadm sslkeyupload -t <type> -f <filename>
Input
• -t — Species the key to upload.
1 = SSL key used to generate the server certicate
• -f — Species the le name of the SSL key to be uploaded.
Output Returns 0 when successful and a nonzero number when unsuccessful.
Example
racadm sslkeyupload -t 1 -f c:\sslkey.txt
sslcertupload
Description Uploads a custom SSL server or CA certicate for Directory Service from the client to CMC.
To use this subcommand, you must have the Server Administrator permission.
Synopsis
racadm sslcertupload -t <type> [-f <filename>]
Input
• -t — Species the type of certicate to upload, either the CA certicate for Directory
Service or the server certicate.
— 1 = server certicate.
— 2 = CA certicate for Directory Service
• -f — Species the le name of the certicate to be uploaded.
• -e — Allows for upload of multiple certicate format types.
– 1 = Base64
– 2 = PKCS12
The current release does not support this option.
• -p — Pin for decrypting the PKCS12 le uploaded.
If <format type> is selected as 2, it is mandatory to specify -p option.
The current release does not support this option.
Output The sslcertupload command returns 0 when successful, and returns a nonzero number when
unsuccessful.
Example
racadm sslcertupload -t 1 -f c:\cert\cert.txt
sslcertview
Description
Displays the SSL server or CA certicate that exists on CMC..
To use this subcommand, you must have the CMC Login User privilege.
Synopsis
racadm sslcertview -t <type> [-A]
78