HP Systems Insight Manager 7.0 Command Line Interface Guide

Create a new WBEM server certificate with the provided details, where
CN=common_name, OU=organizational_unit, O=organization_name,
L=locality_name, ST=state, and C=country-code.
-O
Create a new 1,024-bit SSO server certificiate.
-o
Create a new 1,024-bit SSO servver certificate.
[CN=x] [OU=x] [O=x] [L=x] [ST=x] [C=x]
Create a new SSO server certificate (1,024-bit) with the provided certificate details.
[CN=common-name] [OU=organizational-unit] [O=organization] [L=location]
[ST=state] [C=country-code (2 chars)]
-S[1|0]
Set the certificate for SSO. (1 = Use Systems Insight Manager server certificate as
SSO certificate - 2,048-bit or 4,096-bit, 0 = Use SSO certificate itself for SSO -
1,024-bit). This affects Systems Insight Manager's GetCertificate servlet and the
SSL certificate that is pushed to the SSO enabled devices (such as iLO, Onboard
Administrator, SMH and so on.) through CRA.
-u
Used only by the installation program.
Return values
MeaningValue
Successful completion.0
Command line syntax error.2
An error occurred during operation.>0
Examples
Example 1
To create a new server certificate with the specified X.509 distinguished name, enter mxcert -n
CN=Bob O=BobCo L=Anytown C=US A=alt .
Example 2
To import a trusted certificate called sample.cert into the keystore, enter mxcert -t -f
sample.cert.
Example 3
To list the certificates in the keystore (short format), enter mxcert -ln.
Example 4
To list the certificates in the keystore (long format), enter mxcert -ld.
Note: The mxcert output includes the alternative names only for the -ld option.
mxcipher
Manages cipher suites in Systems Insight Manager.
mxcipher 29