Cert is not renewed for prudevtre1a.southeastasia.cloudapp.azure.com

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: prudevtre1a.southeastasia.cloudapp.azure.com

I ran this command:

It produced this output:

My web server is (include version): Application gateway

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is: Microsoft

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

Yes, the cert has been expired almost two weeks. If Microsoft is hosting this site, you should ask them why they've let it expire.

3 Likes

@danb35 Do you mean LetsEncrypt didn't receive the cert renewal request from Microsoft? Thanks!

Let's Encrypt is a completely automated system--if Microsoft requested a cert and provided appropriate validation information, they received a cert.

6 Likes

Are you using a tool to get this certificate? I wasn't aware of Microsoft Azure using Let's Encrypt for certificates automatically and most people use a tool if they want a Let's Encrypt certificates. Others just use Microsoft provided certificates (I don't know who the CA for that is).

For people that use Let's Encrypt certificates in azure they typically (to my knowledge) either:

  • populate a cert in KeyVault (using a tool to request the cert then push it to keyvault) then use that in their service
  • use a tool to get a certificate then apply it directly to the azure service (application gateway etc)

There are many possible tools to do that, it just depends what you used.

4 Likes

@webprofusion In my case, someone requested the certificate from Let's Encrypt and uploaded to Key vault. Thanks for your help!

2 Likes