mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 22:07:22 +00:00
updating INF to remove SHA1 support
This commit is contained in:
parent
3b619cfb18
commit
c749eb36a5
@ -196,7 +196,12 @@ 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"
|
||||||
KeyLength=2048
|
KeyLength=2048
|
||||||
|
Keyspec="AT_KEYEXCHANGE"
|
||||||
|
SMIME=FALSE
|
||||||
|
HashAlgorithm=sha512
|
||||||
|
|
||||||
|
|
||||||
[Extensions]
|
[Extensions]
|
||||||
1.3.6.1.4.1.311.21.10 = "{text}"
|
1.3.6.1.4.1.311.21.10 = "{text}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user