{"id":295,"date":"2017-12-13T06:00:45","date_gmt":"2017-12-13T12:00:45","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=295"},"modified":"2018-01-25T06:29:16","modified_gmt":"2018-01-25T12:29:16","slug":"how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/","title":{"rendered":"How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04"},"content":{"rendered":"<div id=\"linux-2872134934\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>In this tutorial we are going to show you, with step-by-step instructions on how to install Let&#8217;s Encrypt with Apache on Ubuntu 16.04. Let&#8217;s Encrypt is an open SSL Certificate Authority (CA) that offers free domain-validated (DV) certificates for your websites. SSL Certificates are used to establish a secure encrypted connection between a web server and a user&#8217;s web browser. The SSL certificates that have been issued by Let&#8217;s Encrypt are valid for 90 days and are trusted by most web browsers today.<br \/>\n<!--more--><\/p>\n<h2>1. Requirements<\/h2>\n<p>In order to start with the installation procedure, you need to have Apache or Nginx installed on your server. If there is no web server installed on your virtual server, please follow this tutorial to install Apache.<br \/>\nAlso, you need a registered domain name with its A record pointing to your server&#8217;s IP address. \u00a0For the purposes of this tutorial, we will use &#8216;yourdomain.com&#8217;.<\/p>\n<h2>2. Install CertBot<\/h2>\n<p>Run the following commands:<\/p>\n<pre>sudo apt-get install software-properties-common python-software-properties\r\nsudo add-apt-repository ppa:certbot\/certbot\r\nsudo apt-get update\r\nsudo apt-get install python-certbot-apache<\/pre>\n<h2>3. Install Let&#8217;s Encrypt SSL<\/h2>\n<p>Install Let&#8217;s Encrypt SSL certificate on your domain (do not forget to replace &#8216;yourdomain.com&#8217; with your actual domain):<\/p>\n<pre>sudo certbot --apache -d yourdomain.com<\/pre>\n<pre>Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log\r\nPlugins selected: Authenticator apache, Installer apache\r\nEnter email address (used for urgent renewal and security notices) (Enter 'c' to\r\ncancel): admin@yourdomain.com \r\n\r\n-------------------------------------------------------------------------------\r\nPlease read the Terms of Service at\r\nhttps:\/\/letsencrypt.org\/documents\/LE-SA-v1.2-November-15-2017.pdf. You must\r\nagree in order to register with the ACME server at\r\nhttps:\/\/acme-v01.api.letsencrypt.org\/directory\r\n-------------------------------------------------------------------------------\r\n(A)gree\/(C)ancel: A\r\n\r\n-------------------------------------------------------------------------------\r\nWould you be willing to share your email address with the Electronic Frontier\r\nFoundation, a founding partner of the Let's Encrypt project and the non-profit\r\norganization that develops Certbot? We'd like to send you email about EFF and\r\nour work to encrypt the web, protect its users and defend digital rights.\r\n-------------------------------------------------------------------------------\r\n(Y)es\/(N)o: N\r\n\r\nObtaining a new certificate\r\nPerforming the following challenges:\r\ntls-sni-01 challenge for linuxhostsupport.com\r\nWaiting for verification...\r\nCleaning up challenges\r\nCreated an SSL vhost at \/etc\/apache2\/sites-available\/000-default-le-ssl.conf\r\nDeploying Certificate for yourdomain.com to VirtualHost \/etc\/apache2\/sites-available\/000-default-le-ssl.conf\r\nEnabling available site: \/etc\/apache2\/sites-available\/000-default-le-ssl.conf<\/pre>\n<h2>4. Redirect HTTP traffic to HTTPS<\/h2>\n<pre>Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.\r\n-------------------------------------------------------------------------------\r\n1: No redirect - Make no further changes to the webserver configuration.\r\n2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for\r\nnew sites, or if you're confident your site works on HTTPS. You can undo this\r\nchange by editing your web server's configuration.\r\n-------------------------------------------------------------------------------\r\nSelect the appropriate number [1-2] then [enter] (press 'c' to cancel): 2\r\nRedirecting vhost in \/etc\/apache2\/sites-enabled\/000-default.conf to ssl vhost in \/etc\/apache2\/sites-available\/000-default-le-ssl.conf\r\n\r\n-------------------------------------------------------------------------------\r\nCongratulations! You have successfully enabled https:\/\/yourdomain.com\r\n<\/pre>\n<h2>5. Renew the SSL certificate with a cron job<\/h2>\n<p>Create a cron job so the SSL certificate is renewed automatically. Run:<\/p>\n<pre>crontab -e<\/pre>\n<p>and add the following line:<\/p>\n<pre>0 0 1 * * \/usr\/bin\/letsencrypt renew &gt;&gt; \/var\/log\/letsencrypt-renew.log<\/pre>\n<p>Save and close that file and restart cron service for the changes to take effect:<\/p>\n<pre>service cron restart<\/pre>\n<p>Open https:\/\/yourdomain.com in your favorite web browser, and check whether Let&#8217;s Encrypt SSL is installed properly:<\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-298 alignnone\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/Install-Lets-Encrypt-on-Ubuntu-16.04.png\" alt=\"Install-Lets-Encrypt-on-Ubuntu-16.04\" width=\"622\" height=\"241\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/Install-Lets-Encrypt-on-Ubuntu-16.04.png 622w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/Install-Lets-Encrypt-on-Ubuntu-16.04-300x116.png 300w\" sizes=\"(max-width: 622px) 100vw, 622px\" \/><\/p>\n<p>That is it. Let&#8217;s Encrypt SSL certificate has been successfully installed on your website.<\/p>\n<p>Of course you don\u2019t have to\u00a0Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04, if you use one of our <a href=\"https:\/\/linuxhostsupport.com\">Linux Server Support<\/a> services, in which case you can simply ask our expert Linux admins to\u00a0\u00a0<strong>install Let&#8217;s Encrypt SSL certificate on Ubuntu 16.04<\/strong> for you. They are available 24&#215;7 and will take care of your request immediately.<\/p>\n<p><strong><span style=\"color: #ff0000;\">PS<\/span>.<\/strong> If you liked this post on How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16, 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<p>&nbsp;<\/p><div id=\"linux-1871245416\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial we are going to show you, with step-by-step instructions on how to install Let&#8217;s Encrypt with Apache on Ubuntu 16.04. Let&#8217;s Encrypt is an open SSL Certificate Authority (CA) that offers free domain-validated (DV) certificates for your websites. SSL Certificates are used to establish a secure encrypted connection between a web server [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":299,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[67,68,79,20],"class_list":["post-295","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-miscellaneous","tag-apache","tag-lets-encrypt","tag-linux-host-support","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Let&#039;s Encrypt with Apache on Ubuntu 16.04 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"In this tutorial we are going to show you, with step-by-step instructions on how to install Let&#039;s Encrypt with Apache on Ubuntu 16.04. Let&#039;s Encrypt is an\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\" \/>\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 with Apache on Ubuntu 16.04 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"In this tutorial we are going to show you, with step-by-step instructions on how to install Let&#039;s Encrypt with Apache on Ubuntu 16.04. Let&#039;s Encrypt is an\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-13T12:00:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-25T12:29:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\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=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\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:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04\",\"datePublished\":\"2017-12-13T12:00:45+00:00\",\"dateModified\":\"2018-01-25T12:29:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\"},\"wordCount\":372,\"commentCount\":12,\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg\",\"keywords\":[\"apache\",\"Let's Encrypt\",\"Linux host support\",\"ubuntu\"],\"articleSection\":[\"Miscellaneous\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\",\"name\":\"How to Install Let's Encrypt with Apache on Ubuntu 16.04 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg\",\"datePublished\":\"2017-12-13T12:00:45+00:00\",\"dateModified\":\"2018-01-25T12:29:16+00:00\",\"author\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"In this tutorial we are going to show you, with step-by-step instructions on how to install Let's Encrypt with Apache on Ubuntu 16.04. Let's Encrypt is an\",\"breadcrumb\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg\",\"contentUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg\",\"width\":1200,\"height\":600,\"caption\":\"How to install Let's Encrypt with Apache on Ubuntu 16.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/linuxhostsupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Let's Encrypt with Apache on Ubuntu 16.04 | LinuxHostSupport","description":"In this tutorial we are going to show you, with step-by-step instructions on how to install Let's Encrypt with Apache on Ubuntu 16.04. Let's Encrypt is an","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:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Let's Encrypt with Apache on Ubuntu 16.04 | LinuxHostSupport","og_description":"In this tutorial we are going to show you, with step-by-step instructions on how to install Let's Encrypt with Apache on Ubuntu 16.04. Let's Encrypt is an","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2017-12-13T12:00:45+00:00","article_modified_time":"2018-01-25T12:29:16+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04","datePublished":"2017-12-13T12:00:45+00:00","dateModified":"2018-01-25T12:29:16+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/"},"wordCount":372,"commentCount":12,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg","keywords":["apache","Let's Encrypt","Linux host support","ubuntu"],"articleSection":["Miscellaneous"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/","name":"How to Install Let's Encrypt with Apache on Ubuntu 16.04 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg","datePublished":"2017-12-13T12:00:45+00:00","dateModified":"2018-01-25T12:29:16+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"In this tutorial we are going to show you, with step-by-step instructions on how to install Let's Encrypt with Apache on Ubuntu 16.04. Let's Encrypt is an","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2017\/12\/How-to-install-Lets-Encrypt-with-Apache-on-Ubuntu-16.04.jpg","width":1200,"height":600,"caption":"How to install Let's Encrypt with Apache on Ubuntu 16.04"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-lets-encrypt-with-apache-on-ubuntu-16-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install Let&#8217;s Encrypt with Apache on Ubuntu 16.04"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=295"}],"version-history":[{"count":3,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/295\/revisions"}],"predecessor-version":[{"id":403,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/295\/revisions\/403"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/299"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}