mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
added signing flag to KeyUsageProperty
This commit is contained in:
@ -162,7 +162,7 @@ Certreq example:
|
|||||||
Exportable=true
|
Exportable=true
|
||||||
RequestType=Cert
|
RequestType=Cert
|
||||||
KeyUsage="CERT_KEY_ENCIPHERMENT_KEY_USAGE"
|
KeyUsage="CERT_KEY_ENCIPHERMENT_KEY_USAGE"
|
||||||
KeyUsageProperty="NCRYPT_ALLOW_DECRYPT_FLAG"
|
KeyUsageProperty="NCRYPT_ALLOW_DECRYPT_FLAG | NCRYPT_ALLOW_SIGNING_FLAG"
|
||||||
KeyLength=2048
|
KeyLength=2048
|
||||||
SMIME=FALSE
|
SMIME=FALSE
|
||||||
HashAlgorithm=sha512
|
HashAlgorithm=sha512
|
||||||
|
Reference in New Issue
Block a user