Skip to content

Commit 2124743

Browse files
authored
Update disconnected-operations-pki.md
Corrected notification syntax and text
1 parent 4c4ac1a commit 2124743

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ You need these certificates to deploy the disconnected operations appliance. You
9292
1. Create the 24 certs in the table above and export them into the IngressEndpointCerts folder.
9393

9494
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).
95-
>[!NOTE] This script would need to on a domain joined machine - and the account you run this with needs Domain administrator access in order to issue certificates.
95+
> [!NOTE]
96+
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.
9697
9798
```PowerShell
9899
$fqdn = "autonomous.cloud.private"
@@ -210,7 +211,8 @@ $AzLCerts = @(
210211

211212
Here is an an example on how to create certificates for securing the management endpoint :
212213

213-
>[!NOTE] This script would need to on a domain joined machine - and the account you run this with needs Domain administrator access in order to issue certificates.
214+
> [!NOTE]
215+
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.
214216
215217
```powershell
216218
$caName = "<CA Computer Name>\<CA Name>" # Replace with your CA server and CA name

0 commit comments

Comments
 (0)