diff options
| author | Mark McNally <mark@mcnally.je> | 2021-06-30 18:01:49 +0100 |
|---|---|---|
| committer | Mark McNally <mark@mcnally.je> | 2021-06-30 18:01:49 +0100 |
| commit | 9af5424f70e3f84cd08bdc771304d1c200c38c6c (patch) | |
| tree | d7292a4948e66e24eb2c6901237d8673db3f8988 /certbot.html | |
| parent | e67d34aeadf3983a9ef908b2875ee950650ae760 (diff) | |
Added a articel on how to use cron. Added links to this article on
current articels that mention cron
Diffstat (limited to 'certbot.html')
| -rw-r--r-- | certbot.html | 8 |
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> |
