Reference Guide

racadm sslcertview -t 1 -A
00
US
Texas
Round Rock
Dell Inc.
Remote Access Group
iDRAC default certificate
US
Texas
Round Rock
Dell Inc.
Remote Access Group
iDRAC default certificate
Jul 8 16:21:56 2005 GMT
Jul 7 16:21:56 2010 GMT
sslcsrgen
Description
Generates and downloads a CSR le to the client’s local le
system. The CSR can be used for creating a custom SSL
certicate that can be used for SSL transactions on iDRAC.
Synopsis
racadm sslcsrgen [-g] [-f <filename>]
racadm sslcsrgen -s
Input
-g — Generates a new CSR.
-s — Returns the status of a CSR generation process
(generation in progress, active, or none).
-fSpecies the lename of the location, <lename>,
where the CSR is downloaded.
NOTE: If the -f option is not specied, the lename
defaults to sslcsr in your current directory.
Output If no options are specied, a CSR is generated and downloaded
to the local le system as sslcsr by default. The -g option cannot
be used with the -s option, and the -f option can only be used
with the -g option.
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
99