summaryrefslogtreecommitdiff
path: root/certbot.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 15:18:28 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-30 15:18:28 -0400
commit6d77de994d0c610048a11a3bca1887b15c17d08f (patch)
treea16f1e6184f79e407343e9204ada0d4a2f076a3e /certbot.html
parente67d34aeadf3983a9ef908b2875ee950650ae760 (diff)
parentfa19378ef79eeeb322889a093aab00e805627c17 (diff)
Merge branch 'oidz1234-master'
Diffstat (limited to 'certbot.html')
-rw-r--r--certbot.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/certbot.html b/certbot.html
index dded807..cabf6cd 100644
--- a/certbot.html
+++ b/certbot.html
@@ -97,7 +97,7 @@ ufw allow 443</code></pre>
<p>
Of course, you don't want to have to remember to log in to renew them every three months, so it's easy to tell the server to automatically run this command.
- We will use a cronjob for this. Run the following command:
+ We will use a <a href="cron.html">cronjob</a> for this. Run the following command:
</p>
<pre><code>crontab -e</code></pre>
@@ -110,7 +110,7 @@ ufw allow 443</code></pre>
</aside>
<p>
- This <code>crontab</code> command will open up a file for editting.
+ This <code>crontab</code> command will open up a file for editing.
A crontab is a list of commands that your operating system will run automatically at certain times.
We are going to tell it to automatically try to renew our certificates every month so we never have to.
</p>
@@ -125,6 +125,10 @@ ufw allow 443</code></pre>
Save the file and exit to activate this cronjob.
</p>
+ <p>
+ For more on cron and crontabs please <a href="cron.html">click here!</a>
+ </p>
+
<span class=next><a href="html.html">Next: Use HTML to Make Simple Webpages</a></span>
</main>
<footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer>