NAME

      mxcert - manage certificates in Systems Insight Manager


SYNOPSIS

      mxcert
      mxcert -n CN=common_name OU=organization_unit O=organization_name
      L=locality_name
      mxcert -i [ -f <filespec> | - ]
      mxcert -t [ -f <filespec> | - ]
      mxcert -r alias|CN
      mxcert -l | -ln | -ld
      mxcert -c
      mxcert -s
      mxcert -b 1|0


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.

	   -i		  Import a signed server certificate.

	   -t		  Import a trusted certificate.

	   -l|-ln|-ld	  Lists the certifcates in the Keystore.

	   -c		  Create a CSR (Certifcate Signing Request).

	   -b[1|0]	  Set require trusted certificates flag. (1 = yes, 0
			  = no)

	   -s		  Synchronize the server certificate in the SSL
			  shared directory.


RETURN VALUE

      Upon completion, mxcert returns:

	     0	The operation completed successfully.
	     >0 An error occured during operation.

AUTHOR

      mxcert was developed by the Hewlett-Packard Company.