Skip to content

Commit cf74f06

Browse files
author
Ryan Willis
committed
certstore -> certutil
1 parent 226e2eb commit cf74f06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +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"
82+
```
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"
8787
```
8888
8989
```powershell

0 commit comments

Comments
 (0)