diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-08-03 17:46:58 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-08-03 17:46:58 +0000 |
commit | 512a447800e9872639a064061f3013ee235dd9e0 (patch) | |
tree | ec5949884a5a863625d016e74f535f68a7447d1c /usr.sbin/acme-client | |
parent | 73c6e7fde1fef942291f353256d4441f59b0edcd (diff) |
Document that domain certificate is optional.
From Ross L Richardson
Diffstat (limited to 'usr.sbin/acme-client')
-rw-r--r-- | usr.sbin/acme-client/acme-client.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5 index 5c9b25d416e..d4c36b16fe9 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.14 2018/08/02 14:40:38 benno Exp $ +.\" $OpenBSD: acme-client.conf.5,v 1.15 2018/08/03 17:46:57 benno 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: August 2 2018 $ +.Dd $Mdocdate: August 3 2018 $ .Dt ACME-CLIENT.CONF 5 .Os .Sh NAME @@ -129,6 +129,7 @@ that will be returned by the certificate authority. It needs to be in the same directory as the .Ar domain certificate (or in a subdirectory) and can be specified as a relative or absolute path. +This setting is optional. .It Ic domain full chain certificate Ar file The filename in which to store the full certificate chain that will be returned by the certificate authority. |