CLI Guide

Table 94. Details of sslcertdelete (continued)
Use Remote RACADM to delete the Client Trust certificate for SSL.
$ racadm -r 192.168.0 -u root -p xxx sslcertdelete -t 4
Use Remote RACADM to delete the telemetry certificate.
racadm -r 192.168.0 -u root -p xxx sslcertdelete -t 8 -i 1
sslcertdownload
Table 95. Details of sslcertdownload
Description
Downloads an SSL certificate from iDRAC to the clients file system.
To run this subcommand, you must have the Server Control privilege.
NOTE: This subcommand is only supported on the remote interface(s).
Synopsis
racadm sslcertdownload -f <filename> -t <type>
racadm sslcertupload -t 8 -i <instance(1 or 2)>
Input
-fSpecifies the target filename on local file system to download the certificate.
-t <type>Specifies the type of certificate to download, either the CA certificate for Directory
Service or the server certificate.
1Server Certificate
2Active Directory
3Custom Signing Certificate
4Client Trust Certificate for SSL
6SEKM SSL certificate
7KMS CA certificate
8Rsyslog Server CA
9RSA CA certificate
10SCEP CA certificate
11SCV Signed Certificate
NOTE: This input is available for local RACADM only.
16Custom certificate
Output
Returns 0 when successful and non-zero number when unsuccessful.
racadm sslcertdownload -t 8 -i 1 Telemetry certificate downloaded successfully.
Example
Download server certificate:
racadm -r 192.168.0 -u root -p xxx sslcertdownload -t 1 -f cert.txt
Download Active Directory certificate:
racadm -r 192.168.0 -u root -p xxx sslcertdownload -t 2 -f ad_cert.txt
Download telemetry certificate:
racadm -r 192.168.0 -u root -p xxx sslcertdownload -t 8 -i 1
NOTE: This command is not supported in the firmware RACADM interface as it is not a file system.
RACADM Subcommand Details 119