HP Systems Insight Manager 7.1 Command Line Interface Guide

Synopsis
mxcert -i mxcert
mxcert -n
mxcert -n CN=common_name ALT=alternative name(s) OU=organization_unit
O=organization_name L=locality_name ST=state C=country_code [-s
1024|2048(recommended)|4096]
mxcert -i [-f filespec|- ]
mxcert -t [-f filespec|- ]
mxcert -r alias|CN
mxcert -l alias|CN
mxcert -ln [alias|CN]
mxcert ld [alias|CN]
mxcert -c
mxcert -W
mxcert -w CN=common_name OU=organization_unit O=organization_name L=locality_name
ST=state C=country_code
-0
mxcert -s
mxcert -b 1|3
mxcert -L [ -s 1|0 ][ -c 1|0 ][ -p host=hostname port=portvalue]
mxcert -u
Description
The mxcert command enables you to manage both the server certificate and the trusted certificates
in the HP SIM keystore.
mxcert recognizes the following options:
Options
-n
Create a new server certificate.
-n [CN=x] [ALT=x] [OU=x] [O=x] [L=x] [ST=x] [C=x] [[-s
1024|2048(recommended)|4096]]
-n [CN=x][ ALT=x] [OU=x] [O=x] [L=x] [ST=x] [C=x] [-s 1024|2048(recommended)|4096] Create
a new server certificate with the provided certificate details, x represents CN=common_name,
ALT=alternative name(s), OU=organizational_unit, O=organization_name, L=locality_name,
ST=state, C=country-code (2 chars). By default this creates 2,048-bit server certificate. -s is optional
for -n switch. It is used to specify the user-defined key size for the SSL server certificate. The
applicable key length sizes are 1,024, 2,048, and 4,096. The 1,024 key length is considered
obsolete, and is available only to handle backward compatibility cases.
-i [ [filespec] [filespec] ]
Import the signed server certificate from the specified file.
-t [ -f [filespec] ]
Import the trusted certificate from the specified file.
-i -
mxcert 27