diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/letsencrypt-on-openbsd.org | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/posts/letsencrypt-on-openbsd.org b/content/posts/letsencrypt-on-openbsd.org index 9f6e001..448cd4b 100644 --- a/content/posts/letsencrypt-on-openbsd.org +++ b/content/posts/letsencrypt-on-openbsd.org @@ -19,8 +19,8 @@ These were the only changes I had to make to my =httpd.conf= to get =acme-client= to work. This is described in the =acme-client= man page. #+BEGIN_SRC diff ---- httpd.conf Thu Jun 4 19:36:34 2020 -+++ httpd.conf.new Thu Jun 4 19:36:21 2020 +--- httpd.conf ++++ httpd.conf.new @@ -1,4 +1,19 @@ server "lambda.cx" { listen on * port 80 @@ -38,8 +38,8 @@ =/etc/examples/acme-client.conf= to =/etc/acme-client=. This is what the modifications to the example I made look like. #+BEGIN_SRC diff ---- acme-client.conf Thu Jun 4 19:40:29 2020 -+++ acme-client.conf.new Thu Jun 4 19:36:03 2020 +--- acme-client.conf ++++ acme-client.conf.new @@ -1,19 +1,19 @@ # # $OpenBSD: acme-client.conf,v 1.2 2019/06/07 08:08:30 florian Exp $ @@ -85,8 +85,8 @@ =httpd.conf=. #+BEGIN_SRC diff ---- httpd.conf Thu Jun 4 19:52:53 2020 -+++ httpd.conf.new Thu Jun 4 19:52:01 2020 +--- httpd.conf ++++ httpd.conf.new @@ -1,8 +1,21 @@ server "lambda.cx" { listen on * port 80 |