CLI Guide

Table 128. Details of sshpkauth (continued)
-t Key text for the PK key.
-r Specifies the controller’s remote IP address.
-u Specifies the user name.
-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
sslcertdownload
Table 129. Details of sslcertdownload
Description Downloads a custom SSL server or CA certificate for Directory
Service from CMC.
This subcommand is supported only on remote interfaces.
Synopsis
racadm sslcertdownload -f <filename> -t
<type>
Input -f— Specifies the target filename on local filesystem to
download to
-t—<type>—Specifies the type of the certificate. The
available options are:
1— Server
2—Active Directory or LDAP
Example Download server certificate
racadm -r 1.2.3.4 -u root -p calvin
sslcertdownload -t 1 -f cert.txt
Download Active Directory certificate
racadm -r 1.2.3.4 -u root -p calvin
sslcertdownload -t 2 -f ad_cert.txt
RACADM Subcommand Details 111