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-instance - Command-line interface for managing PKI server instances.

Authors

       Ade Lee lt;alee@redhat.comgt;.

Description

       The pki-serverinstance commands provide command-line interfaces to manage PKI server instances.   A  PKI
       server instance consists of a single Apache Tomcat instance that contains one or more subsystems.

       Operations  that  are  available include: listing and showing details about local instances; starting and
       stopping instances; performing instance migrations; and enabling or disabling password prompted  instance
       startup using nuxwdog.

       pki-server [CLI-options] instance
           This command is to list available instance commands.

       pki-server [CLI-options] instance-cert
           This command is to list available instance certificate commands.

       pki-server [CLI-options] instance-cert-export
           This command is to export system certificates and keys to a PKCS #12 file.
           The output filename and either a password or a password file are required.
           If no nicknames are specified, all the system certificates will be exported.
           Otherwise,  it  is  possible to extract individual certificates (with or without their keys and trust
       arguments),
           and to append to an existing PKCS #12 file.

       pki-server [CLI-options] instance-find
           This command is to list local PKI server instances.

       pki-server [CLI-options] instance-showinstance-ID
           This command is to view a details about a particular instance.

       pki-server [CLI-options] instance-startinstance-ID
           This command is to start a PKI server instance.
           Note that currently this command cannot be used to start nuxwdog-enabled instances.

       pki-server [CLI-options] instance-stopinstance-ID
           This command is to stop a PKI server instance.
           Note that currently this command cannot be used to stop nuxwdog-enabled instances.

       pki-server [CLI-options] instance-migrate--tomcatversioninstance-ID
           There are differences in configuration between Apache Tomcat 7 and Apache Tomcat 8.
           This command reconfigures a PKI server instance to match the specified Tomcat version.
           This command can be used to migrate initially created under Tomcat 7 when Tomcat is upgraded.
           See pki-servermigrate(8) for further details.

       pki-server [CLI-options] instance-nuxwdog-enableinstance-ID
           This command is to convert a PKI server instance to start without access to a password file,
           using the nuxwdog daemon.  See pki-servernuxwdog(8) for further details.

       pki-server [CLI-options] instance-nuxwdog-disableinstance-ID
           This command is to convert a PKI server instance to start with access to a password file,
           rather than using the nuxwdog daemon.  See pki-servernuxwdog(8) for further details.

       pki-server [CLI-options] instance-externalcert-add-iinstance-ID--cert-filepath--trust-argsargs--nicknamenickname--tokentoken
           This command is to add a certificate to the certificate database for a PKI server instance.
           The certificate will be kept track of in the configuration file external_certs.conf,
           and will automatically be exported when the system certificates are exported.
           To update a certificate, the old one needs to be removed first using the delete command below.
           The trust arguments are those defined for NSS databases, e.g. "CT,C,C".
           See certutil(1) for more details.

       pki-server [CLI-options] instance-externalcert-del-iinstance-ID--nicknamenickname--tokentoken
           This command is to remove a certificate from the certificate database for a PKI server instance.

Name

       pki-server-instance - Command-line interface for managing PKI server instances.

Operations

       To  view available instance management commands, type pki-serverinstance.  To view each command's usage,
       type pki-serverinstance-lt;commandgt;--help.

Options

       The CLI options are described in pki-server(8).

Synopsis

pki-server [CLI-options] instancepki-server [CLI-options] instance-certpki-server [CLI-options] instance-cert-exportpki-server [CLI-options] instance-findpki-server [CLI-options] instance-showinstance-IDpki-server [CLI-options] instance-startinstance-IDpki-server [CLI-options] instance-stopinstance-IDpki-server [CLI-options] instance-migrate--tomcatversioninstance-IDpki-server [CLI-options] instance-nuxwdog-enableinstance-IDpki-server [CLI-options] instance-nuxwdog-disableinstance-IDpki-server  [CLI-options]  instance-externalcert-add-iinstance-ID--cert-filepath--trust-argsargs--nicknamenickname--tokentokenpki-server [CLI-options] instance-externalcert-del-iinstance-ID--nicknamenickname--tokentoken

See Also