pki-server-est - Man Page

Command-line interface for managing PKI EST subsystem.

Synopsis

pki-server [CLI-options] est-create [command-options] pki-server [CLI-options] est-remove [command-options] pki-server [CLI-options] est-deploy [command-options] pki-server [CLI-options] est-undeploy [command-options]

Description

The pki-server est commands provide command-line interfaces to manage the PKI Enrollment over Secure Transport (EST) subsystem.

pki-server [CLI-options] est [command-options]
   List PKI EST management commands.

pki-server [CLI-options] est-create [command-options]
   Create the initial PKI EST subsystem configuration files in PKI server.
   The configuration files will be stored in in /var/lib/pki/<instance>/conf/est folder.
   The files can be customized before deployment.

pki-server [CLI-options] est-remove [command-options]
   Remove PKI EST responder configuration files from PKI server.
   The /var/lib/pki/<instance>/conf/est folder and its contents will be removed.

pki-server [CLI-options] est-deploy [command-options]
   Deploy and start the PKI EST service in PKI server.
   It creates a deployment descriptor at /var/lib/pki/<instance>/conf/Catalina/localhost/est.xml.

pki-server [CLI-options] est-undeploy [command-options]
   Stop and undeploy the PKI EST service from PKI server.
   It removes the deployment descriptor at /var/lib/pki/<instance>/conf/Catalina/localhost/est.xml.

See Also

pki-server(8)
   PKI server management commands

Info

Jul 1, 2022 PKI EST subsystem management commands