Skip to content

Commit 67c5c86

Browse files
authored
Update disconnected-operations-pki.md
Revised text
1 parent fcee96e commit 67c5c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-local/manage/disconnected-operations-pki.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ You need these certificates to deploy the disconnected operations appliance. You
9191
1. Create a folder named **IngressEndpointsCerts**. Use this folder to store all certificates.
9292
1. Create the 24 certs in the table above and export them into the IngressEndpointCerts folder.
9393

94-
Here is an example script you can modify and run (this will create the ingress certificates and export them to the configured folder - by creating CSRs and issuing them to your CA).
94+
Here's an example script you can modify and run. It creates ingress certificates and exports them to the configured folder by creating CSRs and issuing them to your CA.
95+
9596
> [!NOTE]
9697
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.
9798
@@ -209,7 +210,7 @@ $AzLCerts = @(
209210

210211
### Management endpoint
211212

212-
Here is an an example on how to create certificates for securing the management endpoint :
213+
Here's an an example on how to create certificates for securing the management endpoint:
213214

214215
> [!NOTE]
215216
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.

0 commit comments

Comments
 (0)