From a1d9c7a33b6ca2d1d87c4271e41ec2718f06fe81 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 16 Jun 2020 23:06:36 -0400 Subject: Add note on crontab entry --- content/posts/letsencrypt-on-openbsd.org | 4 ++-- 1 file 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 -- cgit v1.2.3