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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ You need these certificates to deploy the disconnected operations appliance. You
91
91
1. Create a folder named **IngressEndpointsCerts**. Use this folder to store all certificates.
92
92
1. Create the 24 certs in the table above and export them into the IngressEndpointCerts folder.
93
93
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
+
95
96
> [!NOTE]
96
97
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.
97
98
@@ -209,7 +210,7 @@ $AzLCerts = @(
209
210
210
211
### Management endpoint
211
212
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:
213
214
214
215
> [!NOTE]
215
216
> Run this script on a domain-joined machine using an account with Domain Administrator access to issue certificates.
0 commit comments