mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
updating INF to remove SHA1 support
This commit is contained in:
@ -196,12 +196,11 @@ To create a self-signed certificate, do the following:
|
|||||||
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"
|
||||||
KeyLength=2048
|
KeyLength=2048
|
||||||
Keyspec="AT_KEYEXCHANGE"
|
Keyspec="AT_KEYEXCHANGE"
|
||||||
SMIME=FALSE
|
SMIME=FALSE
|
||||||
HashAlgorithm=sha512
|
HashAlgorithm=sha512
|
||||||
|
|
||||||
|
|
||||||
[Extensions]
|
[Extensions]
|
||||||
1.3.6.1.4.1.311.21.10 = "{text}"
|
1.3.6.1.4.1.311.21.10 = "{text}"
|
||||||
|
Reference in New Issue
Block a user