Reputation: 9
I have a Azure app service which uses Godaddy SSL certificate. And in Godaddy Auto renewal is enabled. But everytime the SSL certificate expires i have to manually download the certificate from godaddy and convert into .pfx file to upload it on azure. Is there any way to auto renew the certificate on Azure without uploading .pfx?
Upvotes: 0
Views: 545
Reputation: 1
If you have not performed domain verification yet, you must do so before renewing your App Service certificate. If you do not, you will not be able to renew your certificate as it will fail to validate domain ownership. App Service certificates do not automate domain verification.
For more information please follow this link.
Upvotes: 0