We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The pki-server instance-externalcert commands can be used to manage external certificates in PKI server’s NSS database.
pki-server instance-externalcert
The list of external certificates is stored in /var/lib/pki/pki-tomcat/conf/external_certs.conf, for example:
/var/lib/pki/pki-tomcat/conf/external_certs.conf
0.nickname=third_party_ca 0.token=internal
$ pki-server instance-externalcert-add \ --cert-file third_party_ca.crt \ --trust-args=CT,C,C \ --nickname third_party_ca
$ pki-server instance-externalcert-del \ --nickname third_party_ca
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide