2
votes

I have a Let's Encrypt certificate uploaded to an Azure Key Vault and connected to a web app setup according to the instructions at https://azure.microsoft.com/en-us/blog/internals-of-app-service-certificate/

web app sync settings

In the article it says certificates are synced automatically:

ASC RP has a periodic job that syncs linked certificates with the corresponding ASC every few hours. So even if you don’t click on Sync, this job would eventually migrate your Apps to the new certificate in a few hours.

But I have now updated the certificate in the key vault and a few days later the web app is still using the previous certificate.

Will it only sync when the previous certificate expires? I have trouble finding any documentation about the automatic syncing functionality.

1

1 Answers

2
votes

An automatically or manually renewed certificate is bound to your app automatically within 48 hours. To bind the new certificate to your app manually, go to SSL settings > Private certificates (.pfx). Click on the certificate that you just renewed and select Sync.

Please refer - https://docs.microsoft.com/en-us/azure/app-service/web-sites-purchase-ssl-web-site