diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-19 19:42:01 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-09-19 19:42:01 +0000 |
commit | 7853e2672aa870af1a2bd431535a4d9c918b0836 (patch) | |
tree | 5b96fdfc39a5433f39904b4089c842038e604c86 /share | |
parent | 99cd09c1c7f4c1fa28f1275519e8d1043c9b5231 (diff) |
mention that sendmail can do SSL/TLS and reference starttls.8
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/ssl.8 | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index 2425deb7c82..2dea2892415 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ssl.8,v 1.34 2001/08/17 11:13:58 mpech Exp $ +.\" $OpenBSD: ssl.8,v 1.35 2001/09/19 19:42:00 millert Exp $ .\" -.Dd March 15, 1999 +.Dd September 19, 2001 .Dt SSL 8 .Os .Sh NAME @@ -181,6 +181,21 @@ using the new certificate by replacing the self-signed with the certificate signed by your Certifying Authority, and then restarting .Xr httpd 8 +.Sh USING SSL/TLS WITH SENDMAIL +By default, +.Xr sendmail 8 +expects both the keys and certificates to reside in +.Pa /etc/mail/certs , +not in the +.Pa /etc/ssl +directory. +The default paths may be overridden in the sendmail.cf file. +See +.Xr starttls 8 +for information on configuring +.Xr sendmail 8 +to use +.Ar SSL/TLS . .Sh BUGS The world needs more .Ar DSA @@ -190,15 +205,17 @@ and .Ar SSH services. .Sh SEE ALSO -.Xr httpd 8 , -.Xr ssh 1 , -.Xr sshd 8 , -.Xr isakmpd 8 , .Xr pkg_add 1 , .Xr openssl 1 , -.Xr arandom 4 , +.Xr ssh 1 , .Xr ssl 3 , -.Xr rc 8 +.Xr arandom 4 , +.Xr httpd 8 , +.Xr isakmpd 8 , +.Xr rc 8 , +.Xr sendmail 8 , +.Xr sshd 8 , +.Xr starttls 8 .Sh HISTORY Prior to Sept 21, 2000 there were problems shipping fully functional implementations of these |