summaryrefslogtreecommitdiffstats
path: root/content/posts/letsencrypt-on-openbsd/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/letsencrypt-on-openbsd/index.org')
-rw-r--r--content/posts/letsencrypt-on-openbsd/index.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/letsencrypt-on-openbsd/index.org b/content/posts/letsencrypt-on-openbsd/index.org
index e2d6f68..6c4cb35 100644
--- a/content/posts/letsencrypt-on-openbsd/index.org
+++ b/content/posts/letsencrypt-on-openbsd/index.org
@@ -12,7 +12,7 @@
[[file:top.png]]
So I have an OpenBSD server serving a static website using
-=httpd=. I've been thinking for a while I should add an SSL
+[[http://man.openbsd.org/man8/httpd.8][=httpd(8)=]]. I've been thinking for a while I should add an SSL
certificate, but never got around to it because it was just a small
hobby website and it didn't require any real attention.
@@ -21,8 +21,8 @@ it was finally time. Since configuring everything else in OpenBSD is
so easy, this must be easy too, right?
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.
+=acme-client= to work. This is described in [[http://man.openbsd.org/man1/acme-client.1][=acme-client(1)=]].
+
#+BEGIN_SRC diff
--- httpd.conf
+++ httpd.conf.new