diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-08-03 17:48:35 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-08-03 17:48:35 +0000 |
commit | 7a6243fc4b1842a4accc0f8846c1766b1047e245 (patch) | |
tree | 091e647bf8d9fd23e139201864ff4b0256be2439 /usr.sbin | |
parent | 512a447800e9872639a064061f3013ee235dd9e0 (diff) |
document the default in the abscence of a certificate authority.
From Ross L Richardson
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/acme-client/acme-client.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5 index d4c36b16fe9..fd7e09792bf 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.15 2018/08/03 17:46:57 benno Exp $ +.\" $OpenBSD: acme-client.conf.5,v 1.16 2018/08/03 17:48:34 benno Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -148,6 +148,7 @@ is specified. The certificate authority (as declared above in the .Sx AUTHORITIES section) to use. +If this setting is absent, the first authority specified is used. .It Ic challengedir Ar path The directory in which the challenge file will be stored. If it is not specified, a default of |