The pki-serveracme commands provide command-line interfaces to manage PKI ACME responder.
pki-server [CLI-options] acme [command-options]
This command is to list available PKI ACME responder management commands.
pki-server [CLI-options] acme-create [command-options]
This command is to create the initial PKI ACME responder configuration files in PKI server.
The configuration files will be stored in in /var/lib/pki/lt;instancegt;/conf/acme folder.
The files can be customized before deployment.
pki-server [CLI-options] acme-remove [command-options]
This command is to remove PKI ACME responder configuration files from PKI server.
The /var/lib/pki/lt;instancegt;/conf/acme folder and its contents will be removed.
pki-server [CLI-options] acme-deploy [command-options]
This command is to deploy and start PKI ACME responder in PKI server.
It will create a deployment descriptor at
/var/lib/pki/lt;instancegt;/conf/Catalina/localhost/acme.xml.
pki-server [CLI-options] acme-undeploy [command-options]
This command is to shutdown and undeploy PKI ACME responder from PKI server.
It will remove the deployment descriptor at
/var/lib/pki/lt;instancegt;/conf/Catalina/localhost/acme.xml.