An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hi @ Astreea,
Welcome to Microsoft Q&A Platform
I totally understand the frustration you're facing with the automatically reissued certificate for your domain using the wrong issuer. The Azure Application Gateway doesn't natively allow you to directly specify a different issuer for a reissued certificate.
However, there are a few things you can consider trying:
Reissue Certificates Manually: Since the automatic renewal picked a different issuer, you might want to manually obtain a new certificate from the specific issuer you want, which is "GeoTrust Global TLS RSA4096 SHA256 2022 CA1". You can get this certificate from your SSL provider or through services like Azure Key Vault if you're managing your certificates that way.
Upload the Certificate to Key Vault: If you haven't already, you can manage certificates through Azure Key Vault. You'd need to ensure that the private key of the certificate is exportable if you're using Key Vault, as this is essential for Azure Application Gateway to use the private key properly.
Verify Configuration: Once you have the new certificate in the required format, you can upload it to your Application Gateway configuration. The Application Gateway requires that the SSL settings be configured to use the certificate associated with the correct issuer.
Update Your Application Gateway Settings: After uploading the certificate, ensure that your Application Gateway's HTTPS settings are pointed to the correct certificate. Follow the instructions to reconfigure your SSL settings to point to the updated certificate.
Check Connectivity: Make sure that your Application Gateway has the necessary permissions to access the Key Vault, if used, and that any firewall rules allow for connectivity.
Ref: TLS certificates management for listeners
Renew Application Gateway certificates
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.