How to have my Linux App Service get update root certs?

David S 0 Reputation points
2025-11-12T18:39:54.93+00:00

I have a Linux App Service that hosts my website. I have another Windows App Service that hosts my API. The Linux App Service makes calls to the API App Service. Recently, our "Bring your own .pfx" expired on the API App Service and we had to import a new one. The expired one and the new one were both purchased from GoGetSSL and we had zero issues with the old one. However, the new one was not trusted by our Linux App Service (API calls were failing due to SSL validation issues). To fix this, we purchased a Let's Encrypt cert to workaround the issue.

Running queries shows that the latest GoGetSSL root cert is not installed on the Linux server.

My question: how and when will this Linux instance get the latest GoGetSSL root cert so we can use our original certificate?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.