logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pki-server-acme - Command-line interface for managing PKI ACME responder.

Authors

       Endi S. Dewata lt;endisd@redhat.comgt;

Description

       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.

Name

       pki-server-acme - Command-line interface for managing PKI ACME responder.

See Also

pki-server(8)
           PKI server management commands

Synopsis

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

See Also