add trick letsencrypt renew
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 22 Dec 2016 00:31:54 +0000 (00:31 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 22 Dec 2016 00:31:54 +0000 (00:31 +0000)
src/tricks/letsencrypt_renew.adoc [new file with mode: 0644]
www/tricks/index.html
www/tricks/letsencrypt_renew.html [new file with mode: 0644]

diff --git a/src/tricks/letsencrypt_renew.adoc b/src/tricks/letsencrypt_renew.adoc
new file mode 100644 (file)
index 0000000..b7ec21b
--- /dev/null
@@ -0,0 +1,10 @@
+= Let's Encrypt - renew the certificate
+:docinfo2:
+:icons: font
+
+To renew the SSL certificate generated by https://letsencrypt.org[Let's Encrypt]:
+
+----
+letsencrypt renew
+----
+
index 5153110..ae27c90 100644 (file)
@@ -16,9 +16,9 @@
 <h1>Tricks</h1>
 </div>
 <div id="content">
-<div class="paragraph">
-<p>Raspberry PI:</p>
-</div>
+<div class="sect1">
+<h2 id="_raspberry_pi">Raspberry PI</h2>
+<div class="sectionbody">
 <div class="ulist">
 <ul>
 <li>
 </ul>
 </div>
 </div>
+</div>
+<div class="sect1">
+<h2 id="__a_href_https_letsencrypt_org_let_s_encrypt_a"><a href="https://letsencrypt.org">Let&#8217;s Encrypt</a></h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="letsencrypt_renew.html">Renew the SSL certificate</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-21 20:44:44 UTC
+Last updated 2016-12-22 00:27:05 UTC
 </div>
 </div>
 </body>
diff --git a/www/tricks/letsencrypt_renew.html b/www/tricks/letsencrypt_renew.html
new file mode 100644 (file)
index 0000000..2a13bc0
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="generator" content="Asciidoctor 1.5.4">
+<title>Let&#8217;s Encrypt - renew the certificate</title>
+<link rel="stylesheet" href="./../style.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="../nav.js"></script>
+</head>
+<body class="article">
+<div id="header">
+<h1>Let&#8217;s Encrypt - renew the certificate</h1>
+</div>
+<div id="content">
+<div class="paragraph">
+<p>To renew the SSL certificate generated by <a href="https://letsencrypt.org">Let&#8217;s Encrypt</a>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>letsencrypt renew</pre>
+</div>
+</div>
+</div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2016-12-22 00:21:22 UTC
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file