You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/disconnected-operations-pki.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,8 @@ You need these certificates to deploy the disconnected operations appliance. You
92
92
1. Create the 24 certs in the table above and export them into the IngressEndpointCerts folder.
93
93
94
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).
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.
96
97
97
98
```PowerShell
98
99
$fqdn = "autonomous.cloud.private"
@@ -210,7 +211,8 @@ $AzLCerts = @(
210
211
211
212
Here is an an example on how to create certificates for securing the management endpoint :
212
213
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.
214
216
215
217
```powershell
216
218
$caName = "<CA Computer Name>\<CA Name>" # Replace with your CA server and CA name
0 commit comments