From 25b78c59b8edafd62befef219de219b55dae2c76 Mon Sep 17 00:00:00 2001 From: ChristopheLux Date: Tue, 30 Jun 2026 10:02:21 +0200 Subject: [PATCH 1/2] Update OCSP support answer in FAQ Clarified OCSP support details for Application Gateway. --- articles/application-gateway/application-gateway-faq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/application-gateway/application-gateway-faq.yml b/articles/application-gateway/application-gateway-faq.yml index 2d3429fbae6ac..32e896df68285 100644 --- a/articles/application-gateway/application-gateway-faq.yml +++ b/articles/application-gateway/application-gateway-faq.yml @@ -441,7 +441,7 @@ sections: answer: Application Gateway supports up to 100 TLS/SSL certificates. - question: Does Application Gateway have support for OCSP and OCSP stapling? - answer: Yes, Application Gateway supports certificates with OCSP extensions and OCSP stapling for server certificates. + answer: Yes, Application Gateway supports certificates with OCSP extensions and OCSP stapling for server certificates. Cetificates should include all the cetificate chain including the root certificate for OCSP staping to work. In addition, the Application gateway must have access to the OCSP URl of the certificate(s) on HTTP (port 80) - question: How many authentication certificates for backend reencryption does Application Gateway support? answer: Application Gateway supports up to 100 authentication certificates. From f09b1d2d9337eba3c9b78cce460384e71eaf25e8 Mon Sep 17 00:00:00 2001 From: ChristopheLux Date: Tue, 7 Jul 2026 09:58:25 +0200 Subject: [PATCH 2/2] Update articles/application-gateway/application-gateway-faq.yml Co-authored-by: Michael Bender <102542398+mbender-ms@users.noreply.github.com> --- articles/application-gateway/application-gateway-faq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/application-gateway/application-gateway-faq.yml b/articles/application-gateway/application-gateway-faq.yml index 32e896df68285..253dfc0b1c67b 100644 --- a/articles/application-gateway/application-gateway-faq.yml +++ b/articles/application-gateway/application-gateway-faq.yml @@ -441,7 +441,7 @@ sections: answer: Application Gateway supports up to 100 TLS/SSL certificates. - question: Does Application Gateway have support for OCSP and OCSP stapling? - answer: Yes, Application Gateway supports certificates with OCSP extensions and OCSP stapling for server certificates. Cetificates should include all the cetificate chain including the root certificate for OCSP staping to work. In addition, the Application gateway must have access to the OCSP URl of the certificate(s) on HTTP (port 80) + answer: Yes. Application Gateway supports certificates that use OCSP (Online Certificate Status Protocol) and supports OCSP stapling for server certificates. For certificates stored in Azure Key Vault, ensure that the PFX or PEM file includes the private key and the complete certificate chain. Including the root certificate is recommended. Application Gateway must be able to resolve and access the OCSP responder URL specified in the certificate's Authority Information Access (AIA) extension to retrieve revocation status information for OCSP stapling. - question: How many authentication certificates for backend reencryption does Application Gateway support? answer: Application Gateway supports up to 100 authentication certificates.