summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2021-02-12 14:20:15 +0000
committersthen <sthen@openbsd.org>2021-02-12 14:20:15 +0000
commit3b85f8b84e9c008f72a45253debf7c872b945cc2 (patch)
treed7760849abf3c022d1a001d0faaaf146643b2a78
parentTweak ssl(8)'s text about EC generation. Streamline by using "ecparam (diff)
downloadwireguard-openbsd-3b85f8b84e9c008f72a45253debf7c872b945cc2.tar.xz
wireguard-openbsd-3b85f8b84e9c008f72a45253debf7c872b945cc2.zip
Xr to ssl(8) which has clues about EC key generation that are still useful
to acme-client users.
-rw-r--r--usr.sbin/acme-client/acme-client.17
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1
index bf75ed651d6..c7f951a729b 100644
--- a/usr.sbin/acme-client/acme-client.1
+++ b/usr.sbin/acme-client/acme-client.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acme-client.1,v 1.39 2021/01/02 19:04:21 sthen Exp $
+.\" $OpenBSD: acme-client.1,v 1.40 2021/02/12 14:20:15 sthen Exp $
.\"
.\" Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 2 2021 $
+.Dd $Mdocdate: February 12 2021 $
.Dt ACME-CLIENT 1
.Os
.Sh NAME
@@ -130,7 +130,8 @@ is reloaded:
.Sh SEE ALSO
.Xr openssl 1 ,
.Xr acme-client.conf 5 ,
-.Xr httpd.conf 5
+.Xr httpd.conf 5 ,
+.Xr ssl 8
.Sh STANDARDS
.Rs
.%A R. Barnes