Skip to content

Commit 98a218f

Browse files
Merge pull request #263675 from rpsqrd/esu-certutil
ESU doc fix
2 parents 4c02eac + 5bd625f commit 98a218f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

articles/azure-arc/servers/troubleshoot-extended-security-updates.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,11 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
7979
1. Copy the certificate files to your Windows Server 2012 (R2) machines.
8080
1. Run any one set of the following commands in an elevated command prompt or PowerShell session to add the certificates to the "Intermediate Certificate Authorities" store for the local computer. The command should be run from the same directory as the certificate files. The commands are idempotent and won't make any changes if you've already imported the certificate:
8181

82-
```powershell
83-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 01 - xsign.crt"
84-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 02 - xsign.crt"
85-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 05 - xsign.crt"
86-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
8782
```
88-
89-
```powershell
90-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 01 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
91-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 02 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
92-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 05 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
93-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 06 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
83+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 01 - xsign.crt"
84+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 02 - xsign.crt"
85+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 05 - xsign.crt"
86+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
9487
```
9588
9689
1. Try installing the Windows updates again. You may need to reboot your computer for the validation logic to recognize the newly imported intermediate CA certificates.

0 commit comments

Comments
 (0)