FAQs

can we have multiple certificates for a domain?

There's no mechanism that would stop you from issuing multiple certificates for the same domain. In fact, that's what you do every time you renew your SSL certificate — you issue a new certificate while the old one is still active. So, at least for a while, you have two certificates for the same domain.

What is the use case you will be having 2 SSL certificates for a single domain?

If your files are deployed into Azure CDN and AWS CF and want to access the file with a single URL(using a single DNS) then you must request Certificates from Azure CDN and AWS Certificate Manager(ACM)

How to enable automatic SSL certificate renewal for your DNS in Azure and AWS?

In Azure, you have to enable HTTPS requests for your DNS and enable Azure CDN managed for your Custom Domain

In AWS, it will take care of automatically based on the clauses they mentioned here https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html


Comments

Popular posts from this blog

Enable weight-based traffic routing in Azure

Azure Traffic Manager Profile - Add as a CNAME to your Custom Domain(DNS) to reolve correctly to your application DNS requests.