diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-01-11 07:23:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-01-11 07:23:43 +0000 |
commit | ef7d1ecf22d8cadc90eff55a34e7465d15d23a47 (patch) | |
tree | 9f9be9260e87f10c4d8c783e072eec70a8b825bc /usr.sbin/acme-client | |
parent | 4dcfa5340c5a6de5ecff9bb56146395930536004 (diff) |
document how to specify multiple alternative names;
modified version of diff from wolf on misc,
improved by and ok florian benno sthen
Diffstat (limited to 'usr.sbin/acme-client')
-rw-r--r-- | usr.sbin/acme-client/acme-client.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5 index 27123b05594..eb5f19eb298 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.28 2021/01/03 16:32:38 florian Exp $ +.\" $OpenBSD: acme-client.conf.5,v 1.29 2021/01/11 07:23:42 jmc 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: January 3 2021 $ +.Dd $Mdocdate: January 11 2021 $ .Dt ACME-CLIENT.CONF 5 .Os .Sh NAME @@ -125,7 +125,9 @@ If not specified, the .Ar handle of the domain block will be used as common name. .It Ic alternative names Brq ... -Specify a list of alternative names for which the certificate will be valid. +A list of alternative names, +comma or space separated, +for which the certificate will be valid. The common name is included automatically if this option is present, but there is no automatic conversion/inclusion between "www." and plain domain name forms. |