Quick Reference Guide
The sslcsrgen -s subcommand returns one of the
following status codes:
• CSR was generated successfully.
• CSR does not exist.
Example
racadm sslcsrgen -s
or
racadm sslcsrgen -g -f c:\csr
\csrtest.txt
NOTE: Before a CSR can be generated, the CSR fields must be configured in the RACADM cfgRacSecurity group.
For example: racadm config -g cfgRacSecurity -o cfgRacSecCsrCommonName MyCompany
NOTE: In telnet/ssh console, you can only generate and not download the CSR file.
sslkeyupload
Description Uploads SSL key from the client to iDRAC.
To use this subcommand, you must have Configure iDRAC
permission.
Synopsis
racadm sslkeyupload -t <type> -f
<filename>
Input
• -t — Specifies the key to upload.
1 = SSL key used to generate the server certificate
• -f — Specifies the file 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
sslresetcfg
Description Restores the web-server certificate to factory default and
restarts web-server. The certificate takes effect 30
seconds after the command is entered.
To use this subcommand, you must have Chassis
Configuration Administrator privilege for CMC and
Configure iDRAC permission for iDRAC.
Synopsis
racadm sslresetcfg
Example
$ racadm sslresetcfg
Certificate generated successfully and
webserver restarted.
NOTE: For more information on managing SSL certificates, see the “Securing CMC Communications Using SSL and
Digital Certificates” section in the
Dell Chassis Management Controller User Guide
.
98