Skip to content

Commit 37c8d1f

Browse files
author
Nicolas Oman
committed
grammar update
1 parent 0035b50 commit 37c8d1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-fabric/service-fabric-windows-cluster-x509-security.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,10 @@ There are a number of properties that the certificate must have in order to func
255255

256256
4. The Enhanced Key Usage extension has values of **Server Authentication** (OID: 1.3.6.1.5.5.7.3.1) and **Client Authentication** (OID: 1.3.6.1.5.5.7.3.2)
257257

258-
259258
For clusters that you use for test purposes, you can choose to use a self-signed certificate.
260259

260+
For additional questions, consult [frequently asked certificate questions](https://docs.microsoft.com/en-us/azure/service-fabric/cluster-security-certificate-management#troubleshooting-and-frequently-asked-questions).
261+
261262
## Optional: Create a self-signed certificate
262263
One way to create a self-signed certificate that can be secured correctly is to use the CertSetup.ps1 script in the Service Fabric SDK folder in the directory C:\Program Files\Microsoft SDKs\Service Fabric\ClusterSetup\Secure. Edit this file to change the default name of the certificate. (Look for the value CN=ServiceFabricDevClusterCert.) Run this script as `.\CertSetup.ps1 -Install`.
263264

0 commit comments

Comments
 (0)