{"id":4735,"date":"2020-02-20T18:25:42","date_gmt":"2020-02-20T23:25:42","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=4735"},"modified":"2020-02-27T15:45:41","modified_gmt":"2020-02-27T20:45:41","slug":"install-ssl-certificate-on-windows-server-2019-and-iis","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/","title":{"rendered":"Install SSL Certificate on Windows Server 2019 using IIS"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg\" alt=\"Install SSL on Windows IIS\" class=\"wp-image-4752\"\/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\">How to install an SSL Certificate on Windows Server 2019 Using IIS<\/h1>\n\n\n\n<p>An <a href=\"https:\/\/en.wikipedia.org\/wiki\/Certificate_authority\">SSL Certificate<\/a> is a small data file that creates a secure link between a website and a visitor&#8217;s browser. See how to install an SSL certificate on Microsoft Windows server 2019 using IIS.<\/p>\n\n\n\n<p>SSLs has a public and private key that can be used to establish an encrypted connection between a web browser and a web server. The main reason for using SSL Certificates is to protect your sensitive information and your website.<\/p>\n\n\n\n<p>In this tutorial, we will show you how to install an SSL certificate on <a href=\"https:\/\/www.globo.tech\/learning-center\/windows-server-2019-standard-vs-datacenter\/\">Windows server 2019<\/a> with IIS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create Certificate Signing Request Using IIS<\/h2>\n\n\n\n<p>When you are applying or Ordering an SSL certificate, you will need to create CSR (Certificate Signing Request) on your server and send it to a Certificate Authority. The CSR validates the information the CA requires to issue a certificate. After validating the CSR, the Certificate Authority will use this data to generate and issue the SSL certificate.<\/p>\n\n\n\n<p><strong>You can create a CSR by following the below steps:<\/strong><\/p>\n\n\n\n<p><strong>Step 1 &#8211;<\/strong> Go to <strong>Start <\/strong>&gt; <strong>Administrative Tools<\/strong> &gt; <strong>Internet Information Services (IIS) Manager<\/strong>, as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/Start-AdminTools-IIS.png\" alt=\"Step 1: Go to Start, Administrative Tools and then IIS\" class=\"wp-image-4736\" width=\"530\" height=\"382\"\/><\/figure>\n\n\n\n<p><br><strong>Step 2 &#8211;<\/strong> In the left pane, click on the <strong>server name<\/strong> and double click on the <strong>Server Certificates<\/strong>. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-ServerCertificate.png\" alt=\"Step 2: Into IIS, click on the server name and then on Server Certificate.\" class=\"wp-image-4737\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 3 &#8211;<\/strong> In the right pane, click on the <strong>Create Certificate Request<\/strong>. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-Menu.png\" alt=\"Step 3: Click on Create Certificate Request.\" class=\"wp-image-4738\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 4 &#8211;<\/strong> Provide your domain name, company name, department name, city, state, country name and click on the <strong>Next <\/strong>button. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-CSR-Request.png\" alt=\"Step 4: Provide your domain name, company name, department name, city, state, country name and then click Next.\" class=\"wp-image-4739\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 5 &#8211;<\/strong> Select the Cryptographic Service Provider, 2048 as a bit length and click on the <strong>Next <\/strong>button. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-Cryptographic.png\" alt=\"Step 5: Select Cryptographic Service Provider and choose  2048 bit length., Then click Next.\" class=\"wp-image-4740\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 6 &#8211; <\/strong>Specify the filename and the location where you want to save the CSR, and click on the <strong>Finish <\/strong>button to create a CSR certificate.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-CSR.png\" alt=\"Step 6: Specify the filename and the location to save the CSR. Then click on Finish.\" class=\"wp-image-4741\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 7 &#8211;<\/strong> After generating the CSR, you will need to give this CSR file to the Certificate Provider in order to purchase the new SSL certificate.<\/p>\n\n\n\n<p>Make sure that you get an SSL certificate in P7B or CER format. Once you received the SSL certificate file from the Certificate Authority save it on the server where you created the CSR.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><br>Install the SSL on IIS Website<\/h2>\n\n\n\n<p>Next, you will need to install the SSL certificate on your IIS website. You can install it by following the below steps:<\/p>\n\n\n\n<p><strong>Step 1 &#8211;<\/strong> Go to <strong>Start <\/strong>&gt; <strong>Administrative Tools<\/strong> &gt; <strong>Internet Information Services (IIS) Manager<\/strong> as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-Manager.png\" alt=\"Step 1: Go to Start &gt; Administrative Tools &gt; Internet Information Services (IIS) Manager.\" class=\"wp-image-4742\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 2 &#8211;<\/strong> In the left pane, click on the server name and double click on the <strong>Server Certificates<\/strong>. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-ServerCertificate2.png\" alt=\"Step 2: Click on the server name and then on Server Certificates.\" class=\"wp-image-4743\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 3 &#8211;<\/strong> In the right pane, click on <strong>Complete Certificate Request<\/strong>. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-CSR-Browse.png\" alt=\"Step 3: Click on Complete Certificate Request.\" class=\"wp-image-4745\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 4 &#8211;<\/strong> Browse the certificate file (.cer), provide your domain name, select Web Hosting in the certificate store option and click on the <strong>OK <\/strong>button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/ServerCertificate-CSR-Install-1.png\" alt=\"Step 4: Browse the certificate file (.cer), provide your domain name, select Web Hosting in the certificate store option and click on OK.\" class=\"wp-image-4746\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br>At this point, you have successfully installed your SSL certificate. Next, you will need to assign the certificate to your website.<\/p>\n\n\n\n<p><strong>You can assign the certificate by following the below steps:<\/strong><\/p>\n\n\n\n<p><strong>Step 1 &#8211;<\/strong> Open the IIS Manager, expand the server name and click on the Default Website then click on the <strong>Bindings <\/strong>in the right pane. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-Binding.png\" alt=\"Into IIS, browse for the desired Website, and then click on Bindings to install an SSL on Windows Server with IIS.\" class=\"wp-image-4747\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 2 &#8211;<\/strong> Click on the <strong>Add <\/strong>button. You should see the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-Add-Binding.png\" alt=\"Click on the Add button to add a new Binding.\" class=\"wp-image-4749\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br><strong>Step 3 &#8211;<\/strong> Select https, select the IP address of your website or leave it unassigned, type port 443, type your domain name, select the domain name on which you want to install SSL and click on the <strong>OK <\/strong>button to install the certificate.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-Add-Binding2.png\" alt=\"Specify the https type, and then the correct port (default is 443). Then select the correct SSL Certificate for the new binding.\" class=\"wp-image-4750\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<p><br>Your SSL certificate is now installed and the website configured to accept secure connections as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/IIS-Site-Bindings.png\" alt=\"See you new binding into Site Bindings window. This is how to install an SSL Certificate on Windows Server and IIS.\" class=\"wp-image-4751\" width=\"683\" height=\"384\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><br>Conclusion<\/h2>\n\n\n\n<p>Congratulations! you have successfully installed an SSL certificate on Windows <a href=\"https:\/\/www.globo.tech\/dedicated-server-hosting\">server <\/a>2019 using IIS. Your website is now secured with an SSL certificate.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>How to install an SSL Certificate on Windows Server 2019 Using IIS An SSL Certificate is a small data file that creates a secure link between a website and a visitor&#8217;s browser. See how to install an SSL certificate on Microsoft Windows server 2019 using IIS. SSLs has a public and private key that can<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":4752,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[160,159,125,129,137],"class_list":["post-4735","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","tag-how-to","tag-iis","tag-install","tag-ssl","tag-windows"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech<\/title>\n<meta name=\"description\" content=\"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-20T23:25:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-27T20:45:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/\",\"name\":\"Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg\",\"datePublished\":\"2020-02-20T23:25:42+00:00\",\"dateModified\":\"2020-02-27T20:45:41+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg\",\"contentUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg\",\"width\":1200,\"height\":628,\"caption\":\"How to install an SSL Certificate on Windows Server 2019 using IIS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install SSL Certificate on Windows Server 2019 using IIS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech","description":"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.","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:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/","og_locale":"en_US","og_type":"article","og_title":"Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech","og_description":"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.","og_url":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/","og_site_name":"Globo.Tech","article_published_time":"2020-02-20T23:25:42+00:00","article_modified_time":"2020-02-27T20:45:41+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg","type":"image\/jpeg"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/","url":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/","name":"Install SSL Certificate on Windows Server 2019 using IIS - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage"},"image":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage"},"thumbnailUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg","datePublished":"2020-02-20T23:25:42+00:00","dateModified":"2020-02-27T20:45:41+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"SSL Certificates are required on all websites nowadays. IIS is the web server engine from Microsoft. Learn how to install an SSL Certificate on Windows IIS.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#primaryimage","url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg","contentUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/02\/SSL_certificate_on_WindowsServer19.jpg","width":1200,"height":628,"caption":"How to install an SSL Certificate on Windows Server 2019 using IIS"},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/install-ssl-certificate-on-windows-server-2019-and-iis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"Install SSL Certificate on Windows Server 2019 using IIS"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=4735"}],"version-history":[{"count":9,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4735\/revisions"}],"predecessor-version":[{"id":4772,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4735\/revisions\/4772"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media\/4752"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=4735"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=4735"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=4735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}