{"id":6108,"date":"2013-12-05T00:00:00","date_gmt":"2013-12-05T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws"},"modified":"2025-09-12T08:36:39","modified_gmt":"2025-09-12T15:36:39","slug":"obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/","title":{"rendered":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to upload your certificate to Azure, and assign it to your site. Getting a certificate can be challenging, because the process involves several steps. In this guide we will describe the following ways to obtain a certificate:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Using DigiCert\u2019s certificate utility<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Using CertReq<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Using IIS<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"background\">Background<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The process of generating a certificate is comprised of two parts. First, the user creates a <strong>Certificate Signing Request<\/strong>, which is a textual file containing the details of the request. The user gives this file to his certificate provider of choice, and in return, gets a <strong>Certificate Response<\/strong> file, which he then installs on his server to complete the process and have a full certificate. To use this with your Windows Azure Web Sites, there\u2019s a 3<sup>rd<\/sup> part where you export the certificate to a PFX file, which you can upload to your Azure account.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Most server products have some built in mechanism to generate the CSR files and process the Certificate Response file. In IIS, for example, this is a button on Actions pane:<\/p>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.webp-550x0-1.webp\" alt=\"graphical user interface, text, application, email\" class=\"wp-image-8301 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you are a seasoned IIS administrator and have a server at your disposal, this is all pretty simple and straight forward. If not, this guide offers two other ways to do this.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>Note: In all the following procedures, all 3 parts must be performed on the <strong>same<\/strong> computer. The reason for this is that the CSR request generates a private encryption\/decryption key that is unique to this computer. If you try to complete the process on another computer, the Certificate Response would have no key to match, and will fail.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create-a-csr-using-digicert-s-certificate-utility\">Create a CSR using DigiCert\u2019s Certificate Utility<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">DigiCert\u2019s Certificate Utility is a 3<sup>rd<\/sup> party tool that was designed to make the process of generating a CSR easier by providing a simple graphic user interface for the process. This is by far the easiest way to do this, but the DigiCert Certificate Utility is not a Microsoft tool, and it is not supported by Microsoft. You can download the tool <a href=\"https:\/\/www.digicert.com\/util\/\">here<\/a>. This tool can be used with <strong>any<\/strong> certificate provider. The steps are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Run the utility and click <strong>Create CSR<\/strong> on the top-right corner:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/0284.Obtaining2.webp-550x0-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8303 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/0284.Obtaining2.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Type in the URL for your website, and the other details.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Select the <strong>key length<\/strong>. Note that Microsoft recommends a key length of 2048 bit<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Click <strong>Generate <\/strong>and receive the CSR code:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" alt=\"text\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/6403.obtaining3.webp-550x0-422x369-1.webp\" alt='screenshot of \"digicert certificate utility window\"' class=\"wp-image-8305 webp-format\" data-orig-alt=\"text\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/6403.obtaining3.png-550x0-422x369-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Use the resulting <strong>CSR<\/strong> code to purchase your certificate. Most providers will ask you to paste the text into their web page, while others may require you to save it to a file and upload it to their website. In return, they will provide you with a file carrying the <strong>.CER<\/strong> extension. Save this file on the computer you performed the CSR request on.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">To complete the process, click <strong>Import<\/strong> on the top-right corner of the DigiCert utility, and navigate to the <strong>.CER<\/strong> file you received from your certificate provider. ***<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Once this has completed, you will see the new cert in the tool. Click on it, and click <strong>Export Certificate<\/strong> on the bottom of the certificate list screen:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/8105.obtaining4.webp-550x0-1.webp\" alt=\"graphical user interface, text, application, email\" class=\"wp-image-8307 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/8105.obtaining4.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Select to <strong>export the private key<\/strong>, and to export to a <strong>PFX<\/strong> file, which you can use with Azure Web Sites. Set a password for the export, which you will use later when uploading it to Azure:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1145.obtaining5.webp-550x0-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8309 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1145.obtaining5.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">*** Some certificate providers might provide the certificate in a format that is not compatible with DigiCert\u2019s utility. If the import does not succeed, you can use the utility described next to complete the process \u2013 follow step 5 in the next section to do this.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Create a CSR using the command-line tool CertReq<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>CertReq<\/strong> is a tool that is built into any modern version of the Windows operating system. It is designed to take a simple text file with some parameters, and produce a CSR file that you can send to your certificate provider. Once the provider has returned a CER file, you can use CertReq to complete the request. At that point, you can use the <strong>Windows Certificate Management<\/strong> console to export the certificate into the PFX format that Windows Azure Web Sites uses. Here are the steps for this:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Create an input file for CertReq. This is a simple text file that contains some details about your certificate. The most important one is the <strong>Subject Name<\/strong>, which would need to match the URL of the site you intend to use the certificate for. The following sample is a standard request, but if you like, you can read the documentation of CertReq and adjust the parameters to match your needs.<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/6835.bbbb_.JPG-550x0-1.webp\" alt=\"graphical user interface, text, application, email\" class=\"wp-image-8311 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/6835.bbbb_.JPG-550x0-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Adjust the highlighted portion to your site\u2019s address. For example, if your site is going to be <a href=\"https:\/\/www.contoso.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.contoso.com<\/a>, then the line would be:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Subject = &#8220;CN=www.contoso.com&#8221;<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also adjust other properties of the request, but this is an advanced task. <a href=\"https:\/\/technet.microsoft.com\/library\/cc725793.aspx\" target=\"_blank\" rel=\"noopener\">Visit this page<\/a> for details about other options you can configure for CertReq.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Save the file on your hard drive as a text file, and then open a CMD window and navigate to where you saved the file.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Type the command <strong>CertReq \u2013new MyRequest.txt MyRequest.csr<\/strong>, where MyRequest.txt is the name of the file you saved in the previous step, and MyRequest.csr is a target file name that will be created:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/0878.obtaining6.webp-550x0-1.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8313 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/0878.obtaining6.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Use the resulting <strong>MyRequest.csr<\/strong> file to purchase your certificate. Most providers will ask you to upload the file to their servers. Some providers might ask you to paste the content of the file into their web page (you can open the file in <strong>Notepad<\/strong>). In return, the provider will give you a file carrying the .CER extension. Copy this file to the computer you performed the CSR request on.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">In a CMD window, navigate to where you stored the <strong>.CER<\/strong> file, and type <strong>CertReq \u2013accept \u2013user MyCertificate.cer. <\/strong><\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7522.obtaining7.webp-550x0-1.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8315 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7522.obtaining7.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Open your certificate management console by pressing the <strong>Windows+R<\/strong>\u00a0 key combination and typing <strong>certmgr.msc<\/strong> and then <strong>Enter<\/strong><\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4212.obtaining8.webp-550x0-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8317 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4212.obtaining8.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">In the certificate manager, navigate to <strong>Personal\/Certificates<\/strong>. Your new certificate should be there:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1830.obtaining9.webp-550x0-1.webp\" alt=\"snapshot of console 1 with a box highlighted\" class=\"wp-image-8319 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1830.obtaining9.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Right-click on the certificate and choose <strong>All Tasks\/Export<\/strong><\/li>\n\n\n\n<li class=\"wp-block-list-item\">In the wizard, select <strong>YES<\/strong> to export the private key, and on the next page, <strong>Personal Information Exchange \u2013 PKCS #12:<\/strong><\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7065.obtaining10.webp-550x0-1.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8321 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7065.obtaining10.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">On the next page, enable the <strong>password<\/strong> option, and type in a password of your choice. You will use it later when uploading the certificate. On the next page, type in a target path and name for the exported file:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7041.obtaining11.webp-550x0-1.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-8323 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/7041.obtaining11.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">That\u2019s it \u2013 the new PFX file can be uploaded to your account in Azure and used with your websites.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Create a CSR using IIS<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have an IIS Server at your disposal, you can use it to generate the certificate. If you don\u2019t, you can easily install it on any computer running Windows (Server or Client). The steps are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Install IIS on the computer you wish to do this on.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Open the IIS management console<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Click on your <strong>computer name<\/strong> on the left, then on <strong>Server Certificate<\/strong> in the middle, and then on <strong>Create Certificate Request<\/strong> on the right action pane:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/5280.obtaining12.webp-550x0-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8325 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/5280.obtaining12.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">In the wizard, fill in the target URL for the site (without the HTTPS:\/\/ prefix) and the other details. Note that Microsoft recommends a key length of 2048 bit:<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/3113.obtaining13.webp-550x0-1.webp\" alt=\"graphical user interface, application\" class=\"wp-image-8327 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/3113.obtaining13.jpg-550x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Complete the wizard and use the resulting <strong>CSR<\/strong> file to purchase your certificate. Most providers will ask you to upload the file to their servers. Some providers might ask you to paste the content of the file into their web page (you can open the file in <strong>Notepad<\/strong>). In return, the provider will give you a file carrying the .CER extension. Copy this file to the computer you performed the CSR request on.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">In the IIS console, click Complete Certificate Request in the action pane.<\/li>\n<\/ul>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1033.obtaining14.webp-300x0-1.webp\" alt=\"graphical user interface, text, application, chat or text message\" class=\"wp-image-8329 webp-format\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/1033.obtaining14.jpg-300x0-1.webp\"><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Follow steps 6 through 11 in the previous section to export the certificate to a PFX file, which you can use with Azure Web Sites.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Next steps<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you have a certificate in the form of a PFX file, you can upload it to your Azure account and use it with web sites and other services. <a href=\"https:\/\/azure.microsoft.com\/en-us\/develop\/net\/common-tasks\/enable-ssl-web-site\/\" target=\"_blank\" rel=\"noopener\">Visit this article<\/a> for further information about this process. In some situations, your certificate needs might be different. For example, if you want to use a SAN certificate, or a self-signed certificate, the process for getting those are different. <a href=\"https:\/\/azure.microsoft.com\/en-us\/develop\/net\/common-tasks\/enable-ssl-web-site\/\" target=\"_blank\" rel=\"noopener\">You can read about those here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467,1461],"tags":[],"audience":[],"content-type":[1511],"product":[1542],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-6108","post","type-post","status-publish","format-standard","hentry","category-compute","category-web","content-type-best-practices","product-static-web-apps","review-flag-1680286581-295","review-flag-1680286581-364","review-flag-3-1680286581-173","review-flag-5-1680286581-950","review-flag-6-1680286581-909","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2013-12-05T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-12T15:36:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS)\",\"datePublished\":\"2013-12-05T00:00:00+00:00\",\"dateModified\":\"2025-09-12T15:36:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\"},\"wordCount\":1427,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg\",\"articleSection\":[\"Compute\",\"Web\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\",\"name\":\"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg\",\"datePublished\":\"2013-12-05T00:00:00+00:00\",\"dateModified\":\"2025-09-12T15:36:39+00:00\",\"description\":\"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.webp\",\"width\":550,\"height\":146,\"caption\":\"graphical user interface, text, application, email\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog","description":"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/","og_locale":"en_US","og_type":"article","og_title":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog","og_description":"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2013-12-05T00:00:00+00:00","article_modified_time":"2025-09-12T15:36:39+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS)","datePublished":"2013-12-05T00:00:00+00:00","dateModified":"2025-09-12T15:36:39+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/"},"wordCount":1427,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg","articleSection":["Compute","Web"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/","name":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS) | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.jpg","datePublished":"2013-12-05T00:00:00+00:00","dateModified":"2025-09-12T15:36:39+00:00","description":"With the increase in cybercrime in recent years, securing your website with SSL is becoming a highly sought-after feature, and Windows Azure Web Sites provides support for it. To use it, you need to\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2013\/12\/4645.obtaining1.jpg-550x0-1.webp","width":550,"height":146,"caption":"graphical user interface, text, application, email"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/obtaining-a-certificate-for-use-with-windows-azure-web-sites-waws\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"Obtaining a Certificate for use with Windows Azure Web Sites (WAWS)"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=6108"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6108\/revisions"}],"predecessor-version":[{"id":46122,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6108\/revisions\/46122"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=6108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=6108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=6108"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=6108"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=6108"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=6108"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=6108"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=6108"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=6108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}