-
Notifications
You must be signed in to change notification settings - Fork 137
Issuing OCSP Signing Certificate with PKI NSS
Endi S. Dewata edited this page Dec 15, 2020
·
1 revision
To issue a certificate, prepare a certificate extension configuration in a file (e.g. ocsp_signing.conf):
authorityKeyIdentifier = keyid:always extendedKeyUsage = OCSPSigning noCheck = ignored
To issue a certificate signed by a CA certificate, specify the CA certificate nickname:
$ pki nss-cert-issue \ --issuer ca_signing \ --csr ocsp_signing.csr \ --ext ocsp_signing.conf \ --cert ocsp_signing.crt
Availability: PKI 10.10
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |