User's Manual
Table A-31. sslcsrgen Subcommand Options
If options are not specified, the default is -g -u. The -g -u options (together) cannot be used with the -s option. The -f option must be used with the -u option.
The sslcsrgen -s subcommand returns one of the following status codes:
0x00000000 – CSR was generated successfully.
0x40040014 – CSR does not exist.
0x40040006 – CSR generation in progress.
0x40040009 – Key size is not supported.
The sslcsrgen -u subcommand downloads the CSR from the DRAC 4 by FTP. This command returns 0 when successful and returns a nonzero number when
unsuccessful.
Restrictions
The sslcsrgen command can only run on a system that has the managed system software installed.
Examples
racadm sslcsrgen -s
or
racadm sslcsrgen -g -u -f c:\csr\csrtest.txt
sslcertupload
TableA-32 describes the sslcertupload subcommand.
Table A-32. sslcertupload
Synopsis
racadm sslcertupload -t <type> [-f <filename>]
Options
TableA-33 describes the sslcertupload subcommand options.
Table A-33. sslcertupload Subcommand Options
Option
Description
-g
Generates a new CSR.
-s
Returns the status of a CSR generation process (generation in progress, active, or none).
-u
Uploads the CSR to the filename specified by the -f option.
-f
Specifies the filename of the location, <filename>, where the CSR will be downloaded.
NOTE: If the -f option is not specified, the filename defaults to sslcsr in your current directory.
NOTE: To use this command, you must have Configure DRAC 4 permission.
Subcommand
Description
sslcertupload
Downloads a CA certificate to the DRAC 4.
Option
Description
-t
Specifies the type of certificate to upload, either the CA certificate or server certificate.