Obtain an SSL Certificate
Updated: March 28, 2011
Windows Azure allows you to associate an SSL certificate with your hosted service to provide web sites with secure client transactions.
Important |
|---|
| To obtain an SSL certificate issued by a Certificate Authority, you must associate it with a domain that you own and not a subdomain of cloudapp.net. If you do not currently own a domain name to use you contact a domain registrar and register domain to use. |
-
Generate a Certificate Signing Request (CSR) with IIS Manager to send to the Certificate Authority. For more information on generating a CSR, see Request an Internet Server Certificate (IIS 7).
-
Submit your CSR to a Certificate Authority to obtain an SSL certificate. For a list of Certificate Authorities, see Windows Root Certificate Program - Members List (All CAs) on the Microsoft TechNet Wiki.
-
Complete the CSR with the certificate provided by the Certificate Authority vendor. For more information on completing the CSR, see Install an Internet Server Certificate (IIS 7).
-
Export the certificate from IIS Manager For more information on exporting the certificate, see Export a Server Certificate (IIS 7).
See Also
Important