6.5.1

Table Of Contents
Option Description
--server <server>
Optional name of the VMCA server. By default, the command
uses localhost.
Example:
certool --publish-roots
certool Management Commands Reference
The certool management commands allow you to view, generate, and revoke certificates and to view
information about certificates.
certool --genkey
Generates a private and public key pair. Those files can then be used to generate a certificate that is
signed by VMCA.
Option Description
--genkey
Required for generating a private and public key.
--privkey <keyfile>
Name of the private key file.
--pubkey <keyfile
Name of the public key file.
--server <server>
Optional name of the VMCA server. By default, the command
uses localhost.
Example:
certool --genkey --privkey=<filename> --pubkey=<filename>
certool --gencert
Generates a certificate from the VMCA server. This command uses the information in certool.cfg or in
the specified configuration file. You can use the certificate to provision machine certificates or solution
user certificates.
Option Description
--gencert
Required for generating a certificate.
--cert <certfile>
Name of the certificate file. This file must be in PEM encoded
format.
--privkey <keyfile>
Name of the private key file. This file must be in PEM encoded
format.
Platform Services Controller Administration
VMware, Inc. 159