{"id":597,"date":"2022-10-13T22:46:37","date_gmt":"2022-10-14T05:46:37","guid":{"rendered":"https:\/\/blog.iabsolute.com\/?p=597"},"modified":"2022-10-13T22:46:37","modified_gmt":"2022-10-14T05:46:37","slug":"manually-install-an-ssl-certificate-on-my-iis-10-server","status":"publish","type":"post","link":"https:\/\/blog.iabsolute.com\/?p=597","title":{"rendered":"Manually install an SSL certificate on my IIS 10 server"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\"><strong>Convert your .crt file to a .cer file<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\"><li>Locate your downloaded&nbsp;<code>.crt<\/code>&nbsp;file, and double-click to open it.<\/li><li>Select the&nbsp;<strong>Details<\/strong>&nbsp;tab, and then the&nbsp;<strong>Copy to File<\/strong>&nbsp;button.<\/li><li>Select&nbsp;<strong>Next<\/strong>&nbsp;in the Certificate Wizard.<\/li><li>Select&nbsp;<strong>Base-64 encoded X.509(.CER)<\/strong>&nbsp;and then select&nbsp;<strong>Next<\/strong>.<\/li><li>Select&nbsp;<strong>Browse<\/strong>, locate where you want to save your&nbsp;<code>.CER<\/code>&nbsp;file, and type in a name for your certificate.<\/li><li>Select&nbsp;<strong>Next<\/strong>&nbsp;and then&nbsp;<strong>Finished<\/strong>.<\/li><\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Copy your certificate files onto the server<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\" start=\"7\"><li>Find the directory on your server where certificate and key files are stored, then upload your intermediate certificate (<code>gd_iis_intermediates.p7b<\/code>&nbsp;or similar) and primary certificate (<code>.cer<\/code>&nbsp;file that you just converted) into that folder.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Add a Certificate Snap-in to the Microsoft Management Console (MMC)<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\" start=\"8\"><li>Click on your&nbsp;<strong>Start Menu<\/strong>, then click&nbsp;<strong>Run<\/strong>.<\/li><li>In the prompt, type&nbsp;<strong>mmc<\/strong>&nbsp;and click&nbsp;<strong>OK<\/strong>.<\/li><li>Click&nbsp;<strong>File<\/strong>, then click&nbsp;<strong>Add\/Remove Snap-in<\/strong>.<\/li><li>On the new window, click the&nbsp;<strong>Add<\/strong>&nbsp;button.<\/li><li>On the new window, select&nbsp;<strong>Certificates<\/strong>&nbsp;and click&nbsp;<strong>Add<\/strong>.<\/li><li>Select&nbsp;<strong>Computer account<\/strong>&nbsp;for the snap-in and click&nbsp;<strong>Next<\/strong>.<\/li><li>Click&nbsp;<strong>Local computer<\/strong>&nbsp;and click&nbsp;<strong>Finish<\/strong>.<\/li><li>Click&nbsp;<strong>Close<\/strong>&nbsp;on the&nbsp;<strong>Add Standalone Snap-in<\/strong>&nbsp;window.<\/li><li>Click&nbsp;<strong>OK<\/strong>&nbsp;on the&nbsp;<strong>Add\/Remove Snap-in<\/strong>&nbsp;window.<\/li><\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Import the Intermediate SSL Certificate<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\" start=\"17\"><li>In the MCC Console, click&nbsp;<strong>\u25b8<\/strong>&nbsp;to expand&nbsp;<strong>Certificates (Local Computer)<\/strong>.<\/li><li>Right click on the&nbsp;<strong>Intermediate Certification Authorities<\/strong>&nbsp;folder, hover over&nbsp;<strong>All Tasks<\/strong>&nbsp;and click&nbsp;<strong>Import<\/strong>.<\/li><li>On the new window, click&nbsp;<strong>Next<\/strong>.<\/li><li>Click&nbsp;<strong>Browse<\/strong>, find your&nbsp;<code>gd_iis_intermediates.p7b<\/code>&nbsp;intermediate certificate file and click&nbsp;<strong>Open<\/strong>.<\/li><li>Click&nbsp;<strong>Next<\/strong>, verify that the certificate information is proper and click&nbsp;<strong>Finish<\/strong>.<\/li><li>Close the&nbsp;<strong>the import was successful<\/strong>&nbsp;notification.<\/li><\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Install your SSL certificate<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\" start=\"23\"><li>Click on your&nbsp;<strong>Start Menu<\/strong>, then click&nbsp;<strong>Run<\/strong>.<\/li><li>In the prompt, type&nbsp;<strong>inetmgr<\/strong>&nbsp;and click&nbsp;<strong>OK<\/strong>&nbsp;to launch the Internet Information Services (IIS) Manager.<\/li><li>Under the&nbsp;<strong>Connections<\/strong>&nbsp;panel on the left, click on your&nbsp;<strong>Server Name<\/strong>.<\/li><li>In the main panel under the&nbsp;<strong>IIS<\/strong>&nbsp;section, double click on&nbsp;<strong>Server Certificates<\/strong>.<\/li><li>Under the&nbsp;<strong>Actions<\/strong>&nbsp;panel on the right, click&nbsp;<strong>Complete Certificate Request<\/strong>.<\/li><li>On the new window, click&nbsp;<strong>&#8230;<\/strong>&nbsp;to browse, find your previously uploaded primary certificate file and click&nbsp;<strong>Open<\/strong>.<\/li><li>Add a&nbsp;<strong>Friendly name<\/strong>&nbsp;to easily identify this certificate in the future.<\/li><li>In the&nbsp;<strong>certificate store<\/strong>&nbsp;option, select&nbsp;<strong>Web Hosting<\/strong>&nbsp;and click&nbsp;<strong>OK<\/strong>.<\/li><\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Bind the SSL certificate<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\" start=\"31\"><li>Under the&nbsp;<strong>Connections<\/strong>&nbsp;panel on the left, click&nbsp;<strong>\u25b8<\/strong>&nbsp;to expand the&nbsp;<strong>Sites<\/strong>&nbsp;folder.<\/li><li>Click the&nbsp;<strong>Site Name<\/strong>&nbsp;that you plan to install the SSL certificate onto.<\/li><li>Under the&nbsp;<strong>Actions<\/strong>&nbsp;panel on the right, find the&nbsp;<strong>Edit Site<\/strong>&nbsp;section and click&nbsp;<strong>Bindings<\/strong>.<\/li><li>On the new window, click&nbsp;<strong>Add<\/strong>&nbsp;and fill out the following information:<ul><li><strong>Type:<\/strong>&nbsp;select&nbsp;<strong>https<\/strong>.<\/li><li><strong>IP Address:<\/strong>&nbsp;select&nbsp;<strong>All Unassigned<\/strong>.<\/li><li><strong>Port:<\/strong>&nbsp;type in&nbsp;<strong>443<\/strong>.<\/li><li><strong>Host name:<\/strong>&nbsp;leave this empty.<\/li><li><strong>SSL Certificate:<\/strong>&nbsp;select your recently installed SSL.<\/li><\/ul><\/li><li>Click&nbsp;<strong>OK<\/strong>&nbsp;to confirm, then&nbsp;<strong>Close<\/strong>&nbsp;for the&nbsp;<strong>Site Bindings<\/strong>&nbsp;window.<\/li><\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Restart IIS<\/strong><\/h1>\n\n\n\n<ol class=\"wp-block-list\" start=\"36\"><li>Under the&nbsp;<strong>Actions<\/strong>&nbsp;panel on the right, find the&nbsp;<strong>Manage Website<\/strong>&nbsp;section and click&nbsp;<strong>Restart<\/strong>.<\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Convert your .crt file to a .cer file Locate your downloaded&nbsp;.crt&nbsp;file, and double-click to open it. Select the&nbsp;Details&nbsp;tab, and then the&nbsp;Copy to File&nbsp;button. Select&nbsp;Next&nbsp;in the Certificate Wizard. Select&nbsp;Base-64 encoded X.509(.CER)&nbsp;and then select&nbsp;Next. Select&nbsp;Browse, locate where you want to save your&nbsp;.CER&nbsp;file, &hellip; <a href=\"https:\/\/blog.iabsolute.com\/?p=597\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36,21],"tags":[],"class_list":["post-597","post","type-post","status-publish","format-standard","hentry","category-godday","category-ssl"],"_links":{"self":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=597"}],"version-history":[{"count":1,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/597\/revisions"}],"predecessor-version":[{"id":598,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/597\/revisions\/598"}],"wp:attachment":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}