Skip to content

Commit 810ffcc

Browse files
author
Nicolas Oman
committed
updated wording
1 parent 68c5b36 commit 810ffcc

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
@@ -160,7 +160,7 @@ serviceContext =>
160160
Also add the following method so that Kestrel can find the certificate in the `Cert:\LocalMachine\My` store using the subject.
161161

162162
Replace "<your_CN_value>" with "mytestcert" if you created a self-signed certificate with the previous PowerShell command, or use the CN of your certificate.
163-
Be aware that in the case of local deployment to `localhost` it's preferable to use "CN=localhost for avoiding authentication exceptions.
163+
Be aware that in the case of local deployment to `localhost` it's preferable to use "CN=localhost" to avoid authentication exceptions.
164164

165165
```csharp
166166
private X509Certificate2 GetHttpsCertificateFromStore()

0 commit comments

Comments
 (0)