From: benno Date: Thu, 2 Aug 2018 14:37:32 +0000 (+0000) Subject: its a X.509 certificate, consistency with acme-client.conf.5 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=10ad656de528cfdef769adec711dc39619444e4f;p=openbsd its a X.509 certificate, consistency with acme-client.conf.5 From Ross L Richardson ok sthen@ --- diff --git a/usr.sbin/acme-client/acme-client.1 b/usr.sbin/acme-client/acme-client.1 index 0b651baf88a..d57d173dcab 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.24 2018/06/13 15:08:24 reyk Exp $ +.\" $OpenBSD: acme-client.1,v 1.25 2018/08/02 14:37:32 benno Exp $ .\" .\" Copyright (c) 2016 Kristaps Dzonsons .\" @@ -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: June 13 2018 $ +.Dd $Mdocdate: August 2 2018 $ .Dt ACME-CLIENT 1 .Os .Sh NAME @@ -44,7 +44,7 @@ Specify an alternative configuration file. .It Fl n No operation: check and print configuration. .It Fl r -Revoke the X509 certificate found in the certificates. +Revoke the X.509 certificate. .It Fl v Verbose operation. Specify twice to also trace communication and data transfers. @@ -110,7 +110,7 @@ as above: .Pp A daily .Xr cron 8 -job can renew the certificates: +job can renew the certificate: .Pp .Dl acme-client example.com && rcctl reload httpd .Sh SEE ALSO