Reference Guide

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 nonzero number when unsuccessful.
Example
Uploading a server certificate.
racadm -r 192.168.0.120 -u root -p calvin
sslcertupload -t 1 -f cert.txt
Uploading a PKCS file without any passphrase.
racadm sslcertupload –t 3 –f <filename>
Uploading a PKCS file with a passphrase.
racadm sslcertupload –t 3 –f <filename> –p
<passphrase>
sslcertview
Descripti
on
Displays the SSL server or CA certificate that exists on CMC.
Synopsis
racadm sslcertview -t <type> [-A]
Input
-t — Specifies the type of certificate to view, either the CA
certificate or server certificate.
1=server certificate
2=Active Directory
-A — Prevents printing headers or labels.
NOTE: If a certificate is generated using comma ‘,’ as one of the
parameters for the Organization Name, Common Name, Location
Name, or State Name, then this command displays the partial name in
the respective fields only up to the comma. The rest of the string is not
displayed.
Output
racadm sslcertview -t 1
106