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-cert - Command-Line Interface for managing System Certificates.

Authors

       Dinesh Prasanth M K lt;dmoluguw@redhat.comgt; and Endi S Dewata lt;edewata@redhat.comgt;

Description

       The pki-servercert commands provide command-line interfaces to manage system certificates.

       pki-servercert  commands  perform system certificate related operations on a specific CS instance.  All
       pki-servercert commands require specification of the cert-ID to identify the target certificate.

       pki-server [CLI-options] cert
           List all available cert commands.

       pki-server [CLI-options] cert-find
           List all available system certificates.

       pki-server [CLI-options] cert-show cert-ID
           Display details of a system certificate.

       pki-server [CLI-options] cert-update cert-ID
           Update corresponding subsystem's CS.cfg with the system certificate data and CSR from NSS db

       pki-server [CLI-options] cert-create cert-ID
           Create a new system certificate.

       pki-server [CLI-options] cert-import cert-ID
           Import a system certificate into NSS database and update the corresponding subsystem's CS.cfg.

       pki-server [CLI-options] cert-export cert-ID
           Export a system certificate or its CSR or its PKCS #12 to a file.

       pki-server [CLI-options] cert-del cert-ID
           Remove a system certificate from NSS db.

       pki-server [CLI-options] cert-fix
           Fix all expired certs in the PKI instance.

       To view each command's usage, type pki-servercert-lt;commandgt;--help.

       All pki-server commands must be executed as the system administrator.

Name

       pki-server-cert - Command-Line Interface for managing System Certificates.

Options

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

See Also

offline-cert-renewal(7)

Synopsis

pki-server [CLI-options] cert
       pki-server [CLI-options] cert-find
       pki-server [CLI-options] cert-show cert-IDpki-server [CLI-options] cert-update cert-IDpki-server [CLI-options] cert-create cert-IDpki-server [CLI-options] cert-import cert-IDpki-server [CLI-options] cert-export cert-IDpki-server [CLI-options] cert-del cert-IDpki-server [CLI-options] cert-fix

See Also