9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] acmed(8): fix typo
@ 2021-10-27 15:03 Julien Blanchard
  0 siblings, 0 replies; only message in thread
From: Julien Blanchard @ 2021-10-27 15:03 UTC (permalink / raw)
  To: 9front


---
 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-27 15:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 15:03 [9front] [PATCH] acmed(8): fix typo Julien Blanchard

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).