diff options
author | 2015-12-13 10:28:41 +0000 | |
---|---|---|
committer | 2015-12-13 10:28:41 +0000 | |
commit | 69b254c3bd7cbede4f5ce5976940c9c5604d2d14 (patch) | |
tree | 3806af625c71a6d4f8e0a88c88c1c1b95db74edb | |
parent | refactor a bit to move the SNI handling away from smtp_session into smtp (diff) | |
download | wireguard-openbsd-69b254c3bd7cbede4f5ce5976940c9c5604d2d14.tar.xz wireguard-openbsd-69b254c3bd7cbede4f5ce5976940c9c5604d2d14.zip |
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 |