git: 9front

Download patch

ref: 32410248a43be4f186b7e8d7bba01a4444b818fb
parent: 45a68170a962c4e25a8529776d9a2097f3b5892d
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Oct 20 22:11:03 EDT 2021

acmed(8): missed a spot

--- a/sys/man/8/acmed
+++ b/sys/man/8/acmed
@@ -114,7 +114,7 @@
 The certificate for the domain can now be fetched:
 .IP
 .EX
-acmed me@example.org /sys/lib/tls/acmed/mydomain.com.csr \\
+ip/acmed me@example.org /sys/lib/tls/acmed/mydomain.com.csr \\
 	>/sys/lib/tls/acmed/mydomain.com.crt
 .EE
 
@@ -136,7 +136,7 @@
 must be invoked with the domain:
 .IP
 .EX
-ip/acmed me@example.com mydomain.com.csr mydomain.com \\
+ip/acmed -t dns me@example.com mydomain.com.csr mydomain.com \\
 	>mydomain.com.crt
 .EE
 .SH SEE ALSO
--