Skip to content

Generating KRA Transport CSR with PKI NSS

Endi S. Dewata edited this page Dec 15, 2020 · 1 revision

Generating CSR

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

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

Then execute the following command:

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

Availability: PKI 10.9

See Also

Clone this wiki locally