diff options
author | Dante Catalfamo | 2020-06-16 23:06:36 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-16 23:06:36 -0400 |
commit | a1d9c7a33b6ca2d1d87c4271e41ec2718f06fe81 (patch) | |
tree | d7e5978313861333054d530aea694572c65a32f4 /content/posts | |
parent | 9280166eeef45bafd6bc1233cb5edaf056fb7747 (diff) | |
download | blog-a1d9c7a33b6ca2d1d87c4271e41ec2718f06fe81.tar.gz blog-a1d9c7a33b6ca2d1d87c4271e41ec2718f06fe81.tar.bz2 blog-a1d9c7a33b6ca2d1d87c4271e41ec2718f06fe81.zip |
Add note on crontab entry
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/letsencrypt-on-openbsd.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/letsencrypt-on-openbsd.org b/content/posts/letsencrypt-on-openbsd.org index 448cd4b..fda6e58 100644 --- a/content/posts/letsencrypt-on-openbsd.org +++ b/content/posts/letsencrypt-on-openbsd.org @@ -75,8 +75,8 @@ After that I just had to run ~acme-client -v lambda.cx~ (-v for verbosity) and it generated the certificates. - Then I added a =crontab= entry to run once a day at a random time - and reload =httpd=. + Then I added a =crontab= entry (using =crontab -e=) to run once a + day at a random time and reload =httpd=. #+BEGIN_SRC ~ ~ * * * acme-client lambda.cx && rcctl reload httpd #+END_SRC |