diff options
author | Dante Catalfamo | 2020-07-14 15:46:41 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-14 15:46:41 -0400 |
commit | b92d957ba5a4ed191d1a2eeb2ccd03c9582a1b0b (patch) | |
tree | 3ad6b2882957ccce4769dd87468b1752eb1608c0 /content/posts | |
parent | cfa2ec212feced85fb9e456c757ab304eaa3d73d (diff) | |
download | blog-b92d957ba5a4ed191d1a2eeb2ccd03c9582a1b0b.tar.gz blog-b92d957ba5a4ed191d1a2eeb2ccd03c9582a1b0b.tar.bz2 blog-b92d957ba5a4ed191d1a2eeb2ccd03c9582a1b0b.zip |
letsencrypt: add man page links
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/letsencrypt-on-openbsd/index.org | 6 |
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 |