diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-13 10:28:42 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2015-12-13 10:28:42 +0000 |
commit | 9fe581ddafc826fb3f875c5d83b0dcbf4557a3b5 (patch) | |
tree | ada60073abe66380592c1c78d71a6647f1aecbe4 | |
parent | 4e374aa84131ee60c25979c33db70d2b3d760534 (diff) |
document wildcard pki/ca
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 3dbc9443593..98844d03d54 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.143 2015/12/12 21:13:39 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.144 2015/12/13 10:28:41 gilles Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: December 12 2015 $ +.Dd $Mdocdate: December 13 2015 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -785,6 +785,11 @@ Associate the certificate located in with .Ar hostname . .Pp +If a fallback certificate or SNI is wanted, the +.Sq * +wildcard may be used as +.Ar hostname . +.Pp A certificate chain may be created by appending one or many certificates, including a Certificate Authority certificate, to |