Reference Guide

Table Of Contents
-f file containing key text to upload.
NOTE: This option is supported only on the remote interface(s).
-v - View privilege and key text.
-d - Delete key and privilege for the index provided.
Examples :
View all keys
racadm sshpkauth -i svcacct -k all -v
Delete all keys
racadm sshpkauth -i svcacct -k all -d
Upload key at index 2 using text option
racadm sshpkauth -i svcacct -k 2 -p 0xfff -t "key text"
Upload key at index 1 using file upload option.
racadm sshpkauth -i svcacct -k 1 -p 0xfff -f idrsa.pub
sslcertupload
Description Uploads a custom SSL server or CA certificate for Directory
Service from the client to iDRAC.
To use this subcommand, you must have the CMC
Configuration permission.
Synopsis
racadm sslcertupload -t <type> [-f
<filename>]
Input
-t — Specifies the type of certificate to upload, either the
CA certificate for Directory Service or the server certificate.
— 1 = server certificate.
— 2 = CA certificate for Directory Service
— 5 = Kerberos keytab
— 6 = Server certificate and key
-f — Specifies the file name of the certificate to be
uploaded.
-k — Specifies the optional source filename for private key
when uploading type 6.
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 certificate that exists on iDRAC.
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 = CA certificate for Directory Service.
-A — Prevents printing of headers or labels.
Output
95