diff options
author | 2020-11-06 20:31:58 +0000 | |
---|---|---|
committer | 2020-11-06 20:31:58 +0000 | |
commit | 92982d114e571b99752f0ec48ab1c59b31643078 (patch) | |
tree | 21e9ca9bbfc896157ecae60250b34913fad8fcef | |
parent | Compiling rtable.c kernel source file needs satosin() and satosin6() (diff) | |
download | wireguard-openbsd-92982d114e571b99752f0ec48ab1c59b31643078.tar.xz wireguard-openbsd-92982d114e571b99752f0ec48ab1c59b31643078.zip |
mention that acme-client generates a 4096-bit or secp384r1 key if the key
file doesn't exist; ok florian jmc
-rw-r--r-- | usr.sbin/acme-client/acme-client.conf.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5 index 85a6c1415ce..3c5fd1c2362 100644 --- a/usr.sbin/acme-client/acme-client.conf.5 +++ b/usr.sbin/acme-client/acme-client.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acme-client.conf.5,v 1.26 2020/09/14 16:00:17 florian Exp $ +.\" $OpenBSD: acme-client.conf.5,v 1.27 2020/11/06 20:31:58 sthen Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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: September 14 2020 $ +.Dd $Mdocdate: November 6 2020 $ .Dt ACME-CLIENT.CONF 5 .Os .Sh NAME @@ -138,6 +138,12 @@ or .Cm ecdsa . It defaults to .Cm rsa . +If the key file does not exist, +.Xr acme-client 1 +will generate a key itself (4096-bit for +.Cm rsa +or secp384r1 for +.Cm ecdsa ) . .It Ic domain certificate Ar file The filename of the certificate that will be issued. This is optional if |