diff options
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  | 
