Skip to content

Commit 5cbb7b4

Browse files
committed
Added new cert
1 parent d21edc3 commit 5cbb7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to troubleshoot delivery of Extended Security Updates for Windows Server 2012 through Azure Arc
33
description: Learn how to troubleshoot delivery of Extended Security Updates for Windows Server 2012 through Azure Arc.
4-
ms.date: 02/20/2024
4+
ms.date: 05/21/2024
55
ms.topic: conceptual
66
---
77

@@ -80,6 +80,7 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
8080
1. [Microsoft Azure TLS Issuing CA 02](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20TLS%20Issuing%20CA%2002%20-%20xsign.crt)
8181
1. [Microsoft Azure TLS Issuing CA 05](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20TLS%20Issuing%20CA%2005%20-%20xsign.crt)
8282
1. [Microsoft Azure TLS Issuing CA 06](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20TLS%20Issuing%20CA%2006%20-%20xsign.crt)
83+
1. [Microsoft Azure RSA TLS Issuing CA 04](https://www.microsoft.com/pkiops/certs/Microsoft%20Azure%20RSA%20TLS%20Issuing%20CA%2004%20-%20xsign.crt)
8384
1. Copy the certificate files to your Windows Server 2012 (R2) machines.
8485
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:
8586

@@ -88,6 +89,7 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
8889
certutil -addstore CA "Microsoft Azure TLS Issuing CA 02 - xsign.crt"
8990
certutil -addstore CA "Microsoft Azure TLS Issuing CA 05 - xsign.crt"
9091
certutil -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
92+
certutil -addstore CA "Microsoft Azure RSA TLS Issuing CA 04 - xsign.crt"
9193
```
9294
9395
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)