{"id":120,"date":"2022-04-02T22:20:37","date_gmt":"2022-04-02T20:20:37","guid":{"rendered":"https:\/\/linowebserver.org\/?page_id=120"},"modified":"2022-09-15T22:50:29","modified_gmt":"2022-09-15T20:50:29","slug":"how-to-easy-get-free-ssl-tls-certificate","status":"publish","type":"page","link":"https:\/\/linowebserver.org\/index.php\/how-to\/how-to-easy-get-free-ssl-tls-certificate\/","title":{"rendered":"How to: Easy Get Free SSL\/TLS Certificate"},"content":{"rendered":"\n<p>First of all we need a SSH Access to our Website or Server. <br><br>In this case we will use <a rel=\"noreferrer noopener\" href=\"https:\/\/letsencrypt.org\" target=\"_blank\">letsencrypt<\/a> to get a free certificate on  a Apache2 Webserver running on Debian. <br><br>All we need is the package certbot and snapd  <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update &amp;&amp; apt-get upgrade\napt-get install snapd certbot python3-certbot-apache\n\n\/\/\/ installing of snapd\nsnap install core\n\n\/\/\/ install and configure certbot\ncertbot --apache\n<\/code><\/pre>\n\n\n\n<p>Answer the questions:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>enter a valid emailadress for urgent renewal <\/li><li>accrept the Terms of Service <\/li><li>is optional, but i u want to support the guys give them a yes. <\/li><li>Which names would you like to activate https? -&gt; let it empty and hit enter for all <\/li><\/ol>\n\n\n\n<p>Now we need a crontab to renew our certificate<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>crontab -e\n\n\n\/\/ File:\n# m h  dom mon dow   command\n* * 1 1,4,7,10 * certbot renew\n\n\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>First of all we need a SSH Access to our Website or Server. In this case we will use letsencrypt to get a free certificate on a Apache2 Webserver running on Debian. All we need is the package certbot and snapd Answer the questions: enter a valid emailadress for urgent renewal accrept the Terms of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":121,"parent":58,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-120","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":3,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions\/322"}],"up":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/pages\/58"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media\/121"}],"wp:attachment":[{"href":"https:\/\/linowebserver.org\/index.php\/wp-json\/wp\/v2\/media?parent=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}