MicrosoftDocs / windowsserverdocs

Public content repository for Windows Server content.
Creative Commons Attribution 4.0 International
1.36k stars 1.79k forks source link

CA configuration for non-domain joined computers - missing Appendix #1940

Closed nickpoore closed 3 years ago

nickpoore commented 5 years ago

The documentation says: On the RRAS server, generate a file called VPNGateway.inf based upon the example certificate policy request provided in Appendix A (section 0) and customize the following entries:

There is no appendix.

Please will you complete the documentation so that we can actually follow the instructions.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

talrashha commented 5 years ago

@MS: Hi, any update on this?

talrashha commented 5 years ago

Actually found it elsewhere:

[Version]

Signature=”$Windows NT$”

[NewRequest] Subject = “CN=vpn.preferred-it.com” Exportable = FALSE KeyLength = 2048 KeySpec = 1 KeyUsage = 0xA0 MachineKeySet = True ProviderName = “Microsoft RSA SChannel Cryptographic Provider” RequestType = PKCS10

[Extensions] 2.5.29.17 = “{text}” continue = “dns=vpn.preferred-it.com&”

alschneiter commented 5 years ago

You can use this inf File:

[Version]

Signature="$Windows NT$"

[NewRequest] Subject = "CN=vpn1.your.url" Exportable = FALSE KeyLength = 2048 KeySpec = 1 KeyUsage = 0xA0 MachineKeySet = True ProviderName = "Microsoft RSA SChannel Cryptographic Provider" RequestType = PKCS10

[Strings] szOID_SUBJECT_ALT_NAME2 = "2.5.29.17"

[Extensions] %szOID_SUBJECT_ALT_NAME2% = "{text}dns=vpn1.your.url"

ghost commented 3 years ago

(ref. #4916 )

ghost commented 3 years ago

No comment, reply or follow-up for more than 20 months.

please-close