We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c118d8b commit 9a6ac87Copy full SHA for 9a6ac87
src/FrontDoor/FrontDoor/Models/PSFrontendEndpoint.cs
@@ -35,7 +35,7 @@ public class PSFrontendEndpoint : PSResource
35
36
public string CertificateSource { get; set; }
37
38
- public string ProtocolType = "ServerNameIndication";
+ public string ProtocolType { get; set; } = "ServerNameIndication";
39
40
public string MinimumTlsVersion { get; set; }
41
0 commit comments