Skip to content

Commit ec95269

Browse files
authored
Merge pull request #88660 from changeworld/patch-77
Fix typo
2 parents bc4017e + 2a7d1cb commit ec95269

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
@@ -361,7 +361,7 @@ First, export the certificate to a PFX file. Open the certlm.msc application and
361361

362362
In the export wizard, choose **Yes, export the private key** and choose the Personal Information Exchange (PFX) format. Export the file to *C:\Users\sfuser\votingappcert.pfx*.
363363

364-
Next, install the certificate on the remote cluster using [these provided Powershell scripts](./scripts/service-fabric-powershell-add-application-certificate.md).
364+
Next, install the certificate on the remote cluster using [these provided PowerShell scripts](./scripts/service-fabric-powershell-add-application-certificate.md).
365365

366366
> [!Warning]
367367
> A self-signed certificate is sufficient for development and testing applications. For production applications, use a certificate from a [certificate authority (CA)](https://wikipedia.org/wiki/Certificate_authority) instead of a self-signed certificate.

0 commit comments

Comments
 (0)