Skip to content

Commit 5576564

Browse files
Merge pull request #263650 from KrishnaG-MSFT/patch-370
(AzureCXP) MicrosoftDocs/azure-docs#118905
2 parents 2b0d945 + 2bbc208 commit 5576564

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
7777
1. [Microsoft Azure TLS Issuing CA 05](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20TLS%20Issuing%20CA%2005%20-%20xsign.crt)
7878
1. [Microsoft Azure TLS Issuing CA 06](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20TLS%20Issuing%20CA%2006%20-%20xsign.crt)
7979
1. Copy the certificate files to your Windows Server 2012 (R2) machines.
80-
1. Run 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:
80+
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

8282
```powershell
8383
certstore -addstore CA "Microsoft Azure TLS Issuing CA 01 - xsign.crt"
@@ -86,6 +86,13 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
8686
certstore -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
8787
```
8888
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
94+
```
95+
8996
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.
9097
9198
### Error: Not eligible (HRESULT 1633)

0 commit comments

Comments
 (0)