Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correct
according to the sources.... found by Steffen Dettmer <steffen@tfh-berlin.de>.
This commit is contained in:
parent
5a88a6eabf
commit
94c95d04c6
@ -203,7 +203,7 @@ nsCertType (netscape certificate type) takes the flags: client, server, email,
|
|||||||
objsign, reserved, sslCA, emailCA, objCA.
|
objsign, reserved, sslCA, emailCA, objCA.
|
||||||
|
|
||||||
keyUsage (PKIX key usage) takes the flags: digitalSignature, nonRepudiation,
|
keyUsage (PKIX key usage) takes the flags: digitalSignature, nonRepudiation,
|
||||||
keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLCertSign,
|
keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLSign,
|
||||||
encipherOnly, decipherOnly.
|
encipherOnly, decipherOnly.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user