6.5.1

Table Of Contents
Option Description
--enumcert
Required for listing all certificates.
--filter [all | active]
Required filter. Specify all or active. The revoked and expired
options are not currently supported.
Example:
certool --enumcert --filter=active
certool --status
Sends a specified certificate to the VMCA server to check whether the certificate has been revoked.
Prints Certificate: REVOKED if the certificate is revoked, and Certificate: ACTIVE otherwise.
Option Description
--status
Required to check the status of a certificate.
--cert <certfile>
Optional name of the configuration file. Defaults to
certool.cfg.
--server <server>
Optional name of the VMCA server. By default, the command
uses localhost.
Example:
certool --status --cert=<filename>
certool --genselfcacert
Generates a self-signed certificate based on the values in the configuration file. This command generates
a certificate that is predated by three days to avoid time zone conflicts.
Option Description
--genselfcacert
Required for generating a self-signed certificate.
--outcert <cert_file>
Name of the certificate file. This file must be in PEM encoded
format.
--outprivkey <key_file>
Name of the private key file. This file must be in PEM encoded
format.
--config <config_file>
Optional name of the configuration file. Defaults to
certool.cfg.
Example:
certool --genselfcert --privkey=<filename> --cert=<filename>
Platform Services Controller Administration
VMware, Inc. 161