NAME
mxcert - manage certificates in Systems Insight Manager
SYNOPSIS
mxcert
mxcert -n
mxcert -n CN=common_name OU=organization_unit O=organization_name
L=locality_name ST=state C=country_code
mxcert -i [ -f <filespec> | -]
mxcert -t [ -f <filespec> | -]
mxcert -r 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
mxcert -s
mxcert -b 1|3
mxcert -u
DESCRIPTION
The mxcert command allows the user to manage both the server
certificate and the trusted certificates in the Systems Insight
Manager Keystore.
mxcert recognizes the following options:
-n Create a new server certificate.
-n [CN=x][OU=x][O=x][L=x][ST=x][C=x]
Create a new server certificate with the provided
certificate details, where x represents
CN=common-name, OU=organizational-unit,
O=organization, L=location, ST=state, C=country-
code (2 chars)
-i [filespec] Import the signed server certificate from the file
specified.
-t -f [filespec]
Import the trusted certificate from the file
specified.
-i - Import the signed server certificate from standard
input.
-t - Import the trusted certificate from the standard
input.
-r alias|CN Remove certificate with the specified alias or CN.
-ln alias|CN Lists the certificate name and alias from the
Keystore with the given alias or name.
-ld alias|CN Lists the certificate details in the Keystore with
the given alias or name.
-c Create a CSR (Certificate Signing Request).
-b[1|3] Set the trusted certificates flag. (1 = Always
Accept, 3 = Required)
-s Synchronize the server certificate in the SSL
shared directory.
-w Create a new WBEM server certificate.
-w Create a new WBEM server certificate with the
provided certificate details. [CN=common-name]
[OU=organizational-unit] [O=organization]
[L=location] [ST=state] [C=country-code (2 chars)]
-u Used only by the Installation program.
RETURN VALUE
Upon completion, mxcert returns:
0 The operation completed successfully.
2 A command-line syntax error was encountered.
>0 An error occurred during operation.
AUTHOR
mxcert was developed by the Hewlett-Packard Company.