Skip to content

Commit 25c676f

Browse files
authored
Merge pull request #112739 from Karishma-Tiwari-MSFT/patch-177
(ForumsTeam) fixes MicrosoftDocs/azure-docs#52950
2 parents 5c4e2f1 + edfd731 commit 25c676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-tutorial-dotnet-app-enable-https-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ serviceContext =>
123123
int port = serviceContext.CodePackageActivationContext.GetEndpoint("EndpointHttps").Port;
124124
opt.Listen(IPAddress.IPv6Any, port, listenOptions =>
125125
{
126-
listenOptions.UseHttps(GetHttpsCertificateFromStore());
126+
listenOptions.UseHttps(FindMatchingCertificateBySubject());
127127
listenOptions.NoDelay = true;
128128
});
129129
})

0 commit comments

Comments
 (0)