Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to configure Azure blob storage to use my domain SSL certificate?

I have my application running http. Some content is at mydomain.com and some content is stored in blob storage with a custom domain setup of media.mydomain.com. This is all working perfectly. Now when I start working on SSL support, I get warnings that I requested content from media.mydomain.com but received content from (standard blob storage url). I've read through the tutorials and guides and none of them seem to touch on SSL.

Is there a configuration in the container somewhere to install my certificate? Or am I forced to load SSL content from the standard content URL instead of my custom domain?

like image 890
Tobin Rysenga Avatar asked Jul 17 '12 18:07

Tobin Rysenga


People also ask

Where are SSL certificates stored in Azure?

These TLS/SSL certificates can be stored in Azure Key Vault, and allow secure deployments of certificates to Linux virtual machines (VMs) in Azure.


1 Answers

Windows Azure Blob storage does support HTTPs endpoint so blobs can be accessed over HTTPS however you can not add your own or 3rd party SSL certificate to your Windows Azure Blob Storage endpoint.

like image 171
AvkashChauhan Avatar answered Oct 27 '22 14:10

AvkashChauhan