shithub: riscv

Download patch

ref: 5e2bf722c3e5b34788bbf6e79c27b39c9941990d
parent: 72a08866391b5d03bfcc7c98c39563bbc5e44a1f
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