-
Notifications
You must be signed in to change notification settings - Fork 139
PKI NSS Certificate Extensions
Endi S. Dewata edited this page May 12, 2022
·
19 revisions
This page describes how to specify the extensions when creating a certificate or a certificate request using PKI NSS Certificate CLI.
The format is similar to OpenSSL x509v3_config.
Examples are available in /usr/share/pki/server/certs:
basicConstraints = critical, CA:FALSE
keyUsage = critical, digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth, clientAuth
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always
authorityInfoAccess = OCSP;URI:http://ocsp.example.com, caIssuers;URI:http://cert.example.com
certificatePolicies = 2.23.140.1.2.1, @cps_policy cps_policy.id = 1.3.6.1.4.1.44947.1.1.1 cps_policy.CPS.1 = http://cps.example.com
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |