summaryrefslogtreecommitdiff
path: root/certbot.html
diff options
context:
space:
mode:
authorMatthew Evan <55710660+MattMadness@users.noreply.github.com>2021-06-30 15:50:36 -0400
committerGitHub <noreply@github.com>2021-06-30 15:50:36 -0400
commita3a3ad08aa9dbbe84131623de90795ba45ca11c0 (patch)
tree90363dc3633bfebefd0fd46c09bfe255321f5765 /certbot.html
parent0ec88713f149ed5cac65f8e181eb241b5225e748 (diff)
parent9b2f34dd35ec367fdf68db9e7c411f53caea88b8 (diff)
Merge branch 'master' into 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>