How can I remove an expired intermediate certificate from an Azure App Service
Hello,
In our Azure App Services we have an intermediate certificate that has expired today and even though we have uploaded a new version of the certificate with the updated certificate chain 3 days ago and removed the one that included the exped certificate, it is still being served and causing issues for our clients.
However when checking with services like ssllabs, the expired is still showing, even though it also shows that there are 2!? certificate paths available.
Here is an example: https://www.ssllabs.com/ssltest/analyze.html?d=account.answerbase.com
You can see that the certificate SSL.com Root Certification Authority RSA has expired today the 11th of September, but you can also see under Certification paths, that there are two, both the old and new versions.
How can we force the removal/deletion of the old intermediate certificate so we're sure it's only the new correct one that is being served?
Any feedback is helpful.
Kind regards,
David