-
Notifications
You must be signed in to change notification settings - Fork 137
Generating Subsystem CSR with PKI NSS
Endi S. Dewata edited this page Dec 15, 2020
·
1 revision
To create a certificate request, prepare a certificate extension configuration (e.g. subsystem.conf):
authorityKeyIdentifier = keyid:always keyUsage = critical, digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment extendedKeyUsage = clientAuth
Then execute the following command:
$ pki nss-cert-request \ --subject "CN=Subsystem Certificate" \ --ext subsystem.conf \ --csr subsystem.csr
Availability: PKI 10.9
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |