{"id":3904,"date":"2023-05-01T14:35:49","date_gmt":"2023-05-01T14:35:49","guid":{"rendered":"https:\/\/wiki.thomasandsofia.com\/?p=3904"},"modified":"2023-05-01T14:35:49","modified_gmt":"2023-05-01T14:35:49","slug":"using-certbot-to-create-and-auto-renew","status":"publish","type":"post","link":"https:\/\/wiki.thomasandsofia.com\/?p=3904","title":{"rendered":"Using Certbot to create and auto-renew"},"content":{"rendered":"<p>https:\/\/www.baeldung.com\/linux\/letsencrypt-renew-ssl-certificate-automatically<\/p>\n<pre><code class=\"language-bash\">sudo apt-get install software-properties-common<\/code><\/pre>\n<pre><code class=\"language-bash\">sudo apt-get update<\/code><\/pre>\n<pre><code class=\"language-bash\">sudo apt-get install certbot<\/code><\/pre>\n<pre># this did not work<code class=\"language-bash\">\r\nsudo apt-get install python-certbot-apache\r\n#this did!<\/code>\r\n<code class=\"language-bash\">sudo apt-get install python3-certbot-apache<\/code><code class=\"language-bash\"><\/code><\/pre>\n<pre><code class=\"language-bash\">sudo certbot --apache<\/code><\/pre>\n<p>To manually renew<\/p>\n<pre><code class=\"language-bash\">sudo certbot renew --apache<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/www.baeldung.com\/linux\/letsencrypt-renew-ssl-certificate-automatically sudo apt-get install software-properties-common sudo apt-get update sudo apt-get install certbot # this did not work sudo apt-get install python-certbot-apache #this did! sudo apt-get install python3-certbot-apache sudo certbot &#8211;apache To manually renew sudo certbot renew &#8211;apache &nbsp; &nbsp; &#038;nb..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/wiki.thomasandsofia.com\/?p=3904\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3904","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/3904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3904"}],"version-history":[{"count":1,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/3904\/revisions"}],"predecessor-version":[{"id":3905,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/3904\/revisions\/3905"}],"wp:attachment":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3904"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3904"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}