9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Julien Blanchard <julien@typed-hole.org>
To: 9front@9front.org
Subject: [9front] [PATCH] acmed(8): fix typo
Date: Wed, 27 Oct 2021 17:03:51 +0200	[thread overview]
Message-ID: <87lf2ewluw.fsf@typed-hole.org> (raw)


---
 sys/man/8/acmed | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/man/8/acmed b/sys/man/8/acmed
index ee2b8a72a..59f0b8b29 100644
--- a/sys/man/8/acmed
+++ b/sys/man/8/acmed
@@ -84,7 +84,7 @@ If unspecified,
 .I http
 challenges will output to
 .IR /usr/web/.well-known/acme-challenge ,
-whle
+while
 .I dns
 challenges will output to
 .IR /lib/ndb/dnschallenge .
@@ -117,7 +117,7 @@ auth/rsagen -t 'service=acme role=sign hash=sha256 acct=a@b.org'\\
 auth/rsa2jwk acct.key >/sys/lib/tls/acmed/me@example.org.pub
 auth/rsagen -t 'service=tls owner=*' >cert.key
 auth/rsa2csr 'CN=mydomain.com' cert.key \\
-	>/sys/lib/tls/acmed/mydomain.com.csr} \\
+	>/sys/lib/tls/acmed/mydomain.com.csr \\
 .EE
 .PP
 This need only be run once.

                 reply	other threads:[~2021-10-27 15:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lf2ewluw.fsf@typed-hole.org \
    --to=julien@typed-hole.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).