{"id":664,"date":"2017-12-15T02:12:51","date_gmt":"2017-12-15T08:12:51","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=664"},"modified":"2018-01-31T08:56:21","modified_gmt":"2018-01-31T14:56:21","slug":"how-to-install-lets-encrypt-ssl-using-directadmin","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/","title":{"rendered":"How to install Let&#8217;s Encrypt SSL using DirectAdmin"},"content":{"rendered":"<p>Let&#8217;s Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all major browsers. They make it a breeze to set up TLS certificates for your web server. And for free! Let&#8217;s Encrypt is supported by major players like Mozilla, Akamai, Cisco, the EFF and managed by the Linux Foundation. Let&#8217;s Encrypt provides free, automatic and secure certificates. The website owners can easily obtain security certificates within minutes, enabling a safer web experience for all.<!--more--><\/p>\n<p>As of version 1.50.0, DirectAdmin supports Let&#8217;s Encrypt. Using this DirectAdmin feature, it is possible to secure your domain without purchasing an expensive SSL certificate.<\/p>\n<h2>1. Login to DirectAdmin VPS via SSH<\/h2>\n<p>Login to your DirectAdmin VPS via SSH as user root<\/p>\n<pre>ssh root@IP_Adress -p Port_number<\/pre>\n<h2>2. Update installed packages<\/h2>\n<p>Run the following command to make sure that all installed packages are up to date<\/p>\n<pre>yum -y update<\/pre>\n<h2>3. Get the latest Let&#8217;s Encrypt script<\/h2>\n<p>Also, we will clean the software list and make sure we&#8217;ve got the latest Let&#8217;s Encrypt script.<\/p>\n<pre>cd \/usr\/local\/directadmin\/custombuild\/\r\n.\/build clean all\r\n.\/build update\r\n.\/build letsencrypt<\/pre>\n<p>and rewrite the configuration files<\/p>\n<pre>.\/build rewrite_confs<\/pre>\n<h2>3. Configure DirectAdmin<\/h2>\n<p>Once the update is completed, open the DirectAdmin configuration file &#8216;directadmin.conf&#8217; and enable the Let&#8217;s Encrypt option by adding or modifying the following line<\/p>\n<pre>nano \/usr\/local\/directadmin\/conf\/directadmin.conf\r\n\r\nletsencrypt=1<\/pre>\n<h2>4. Enable SNI in DirectAdmin<\/h2>\n<p>You should also make sure that SNI is enabled in DirectAdmin by adding\/modifying this line<\/p>\n<pre>enable_ssl_sni=1<\/pre>\n<h2>5. Restart DirectAdmin<\/h2>\n<p>save the file and restart DirectAdmin for the changes to take effect<\/p>\n<pre>echo &quot;action=directadmin&amp;value=restart&quot; &gt;&gt; \/usr\/local\/directadmin\/data\/task.queue; \/usr\/local\/directadmin\/dataskq d2000<\/pre>\n<h2>6.Proceed with the installation in DirectAdmin control panel<\/h2>\n<p>With this step Let&#8217;s Encrypt is enabled in DirectAdmin and we can proceed with the installation. Login to the control panel at <code>https:\/\/yourdomain:2222<\/code> with your username and go to &#8216;SSL Certificates&#8217; under &#8216;Advanced Features&#8217;<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-683\" src=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/1.png\" alt=\"\" width=\"447\" height=\"199\" \/><\/p>\n<p>If the SSL option is disabled for the selected domain as shown in the screenshot below, you need to enable it by clicking \u2018here\u2019<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-684\" src=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/da-le5.png\" alt=\"\" width=\"591\" height=\"275\" srcset=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/da-le5.png 591w, https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/da-le5-470x219.png 470w\" sizes=\"(max-width: 591px) 100vw, 591px\" \/><\/p>\n<p>If you properly enabled Let&#8217;s Encrypt, you will see the &#8216;Free &amp; automatic certificate from Let&#8217;s Encrypt&#8217; option. Check the check-box next to the Let&#8217;s Encrypt option and enter all necessary details for your domain below<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-685\" src=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/2.png\" alt=\"\" width=\"591\" height=\"295\" srcset=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/2.png 591w, https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/2-470x235.png 470w\" sizes=\"(max-width: 591px) 100vw, 591px\" \/><\/p>\n<p>Then click the &#8216;Save&#8217; button and a free Let&#8217;s Encrypt SSL certificate will be automatically installed. The Let&#8217;s Encrypt certificates are valid for 90 days and DirectAdmin will automatically try to renew the certificate after 85 days.<\/p>\n<p>Restart the web server for the changes to take effect<\/p>\n<pre>systemctl restart httpd<\/pre>\n<p>If you have Nginx web serevr, run the following command<\/p>\n<pre>systemctl restart nginx<\/pre>\n<p>That\u2019s all. If you followed the steps, a free Let&#8217;s Encrypt SSL certificate should be successfully installed on your domain name. You can follow the steps above to install unlimited number of SSL certificates on your domains.<\/p>\n<hr \/>\n<p>Of course you don\u2019t have to do any of this if you use one of our Linux VPS Hosting services, in which case you can simply ask our expert Linux admins to install Let&#8217;s Encrypt SSL certificate on your server with DirectAdmin control panel. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post on How to install Let&#8217;s Encrypt SSL using DirectAdmin please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all major browsers. They make it a breeze to set up TLS certificates for your web server. And for free! Let&#8217;s Encrypt is supported by major players like Mozilla, Akamai, Cisco, the EFF &#8230; <a title=\"How to install Let&#8217;s Encrypt SSL using DirectAdmin\" class=\"read-more\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/\" aria-label=\"More on How to install Let&#8217;s Encrypt SSL using DirectAdmin\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":666,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[132],"class_list":["post-664","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-linuxcloudvps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install Let&#039;s Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"Let&#039;s Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all\" \/>\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.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Let&#039;s Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"Let&#039;s Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-15T08:12:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-31T14:56:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"How to install Let&#8217;s Encrypt SSL using DirectAdmin\",\"datePublished\":\"2017-12-15T08:12:51+00:00\",\"dateModified\":\"2018-01-31T14:56:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/\"},\"wordCount\":547,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg\",\"keywords\":[\"linuxcloudvps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/\",\"name\":\"How to install Let's Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg\",\"datePublished\":\"2017-12-15T08:12:51+00:00\",\"dateModified\":\"2018-01-31T14:56:21+00:00\",\"description\":\"Let's Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg\",\"width\":600,\"height\":300,\"caption\":\"How-to-install-Let's-Encrypt-SSL-using-DirectAdmin\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/how-to-install-lets-encrypt-ssl-using-directadmin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Let&#8217;s Encrypt SSL using DirectAdmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/LinuxCloudVPS\",\"https:\\\/\\\/x.com\\\/LinuxCloudVPS\",\"http:\\\/\\\/www.linkedin.com\\\/company\\\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/www.linuxcloudvps.com\\\/\"],\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Let's Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog","description":"Let's Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all","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.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/","og_locale":"en_US","og_type":"article","og_title":"How to install Let's Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog","og_description":"Let's Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2017-12-15T08:12:51+00:00","article_modified_time":"2018-01-31T14:56:21+00:00","og_image":[{"width":600,"height":300,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"How to install Let&#8217;s Encrypt SSL using DirectAdmin","datePublished":"2017-12-15T08:12:51+00:00","dateModified":"2018-01-31T14:56:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/"},"wordCount":547,"commentCount":1,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg","keywords":["linuxcloudvps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/","name":"How to install Let's Encrypt SSL using DirectAdmin | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg","datePublished":"2017-12-15T08:12:51+00:00","dateModified":"2018-01-31T14:56:21+00:00","description":"Let's Encrypt is a completely free and automated, new certificate authority developed by the Internet Security Research Group (ISRG) and recognized by all","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-SSL-using-DirectAdmin.jpg","width":600,"height":300,"caption":"How-to-install-Let's-Encrypt-SSL-using-DirectAdmin"},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/how-to-install-lets-encrypt-ssl-using-directadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Let&#8217;s Encrypt SSL using DirectAdmin"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=664"}],"version-history":[{"count":4,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/664\/revisions"}],"predecessor-version":[{"id":686,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/664\/revisions\/686"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/666"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=664"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=664"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}