-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Instance External Certificate CLI
Endi S. Dewata edited this page Mar 27, 2024
·
3 revisions
The pki-server instance-externalcert
commands can be used to manage external certificates in PKI server’s NSS database.
The list of external certificates is stored in /var/lib/pki/pki-tomcat/conf/external_certs.conf
, for example:
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
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |