Generating KRA Storage CSR with PKI NSS - dogtagpki/pki GitHub Wiki

Generating CSR

To create a certificate request, prepare a certificate extension configuration (e.g. kra_storage.conf):

authorityKeyIdentifier = keyid:always
keyUsage               = critical, digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
extendedKeyUsage       = clientAuth

Then execute the following command:

$ pki nss-cert-request \
    --subject "CN=DRM Storage Certificate" \
    --ext kra_storage.conf \
    --csr kra_storage.csr

Availability: PKI 10.9

See Also

⚠️ **GitHub.com Fallback** ⚠️