summaryrefslogtreecommitdiffstats
path: root/share/man/man8/starttls.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* instructions for replacing cert.pem are probably more harmful than helpful.tedu2019-08-121-14/+2
| | | | noticed by freda_bundchen. ok gilles millert
* certificate keyword renamed to cert; from raf czlonkajmc2018-06-271-3/+3
|
* use the correct name for the cert; ok gillesjmc2018-06-111-3/+3
|
* remove or adapt sendmail specific parts;jmc2018-02-161-37/+10
| | | | | | original diff from edgar pettijohn, tweaked with help from millert ok millert
* typo; from jack burtonjmc2017-06-221-3/+3
|
* more e-mail -> emailmmcc2015-12-241-3/+3
|
* Change examples from DSA to RSA since DSA is starting to be removedmillert2015-08-141-40/+29
| | | | | | from crypto libraries. Some smtp servers, notably gmail, now fail to deliver mail to servers using DSA keys. Examples adapted from the smtpd.conf manual. OK jmc@
* rework this page to be less mailer specific, but using smtpd as an example;jmc2014-10-011-152/+51
| | | | ok gilles millert
* some clarifications from Claus Assmann;jmc2012-10-161-6/+7
| | | | ok beck deraadt
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-4/+9
| | | | references into a STANDARDS section;
* - use Lk for linksjmc2012-08-151-5/+4
| | | | | | | | | | because i already have a trivial addition in afterboot, to briefly document rc.d(8), i have committed that bit also. that saves me making (even more) trivial changes to this file, however the text was suggested by ingo and i'm still waiting for his reply which, to be fair, has only been a wait of some 30 mins so far. so, the rc.d blurb was requested by ross richardson, suggested by ingo, and probably ok ingo. but if he objects, we can tweak it further.
* RFC2487 is obsoleted by RFC3207grunk2008-09-231-4/+4
| | | | ok jmc@ millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - fix typojmc2005-07-041-4/+2
| | | | | | - sendmail no longer built w/ EXPN or VERB ok jose@
* hyphenate nnn-bit adjectives;jmc2005-04-301-3/+3
|
* Fix typo; from mpech@millert2004-10-211-2/+2
|
* typo; ok jmc@grange2003-10-011-2/+2
|
* fix mdoc syntaxdavid2003-07-111-3/+4
|
* fix some lists and macros;jmc2003-07-101-43/+33
|
* - section reorderjmc2003-06-061-8/+7
| | | | | - macro fixes - kill whitespace at EOL
* Add BSD license; OK'd by Jose Nazario. Also add missing .Os line.millert2003-02-141-1/+26
|
* chdir is the syscall, cd is the shell command; Sam Smithmillert2002-12-231-2/+2
|
* o Add "-days 365" to the examples (default lifetime is 1 month).millert2002-10-211-3/+31
| | | | | o Add an example showing how to make a new cert w/o a new key. o Mention how to dump a cert in text format.
* No need to modify submit.mc when enabling TLS. Noted by Marc Matteomillert2002-10-141-20/+13
|
* Sendmail logs to /var/log/maillog, not /var/log/mail; Matt Bingmillert2002-03-201-2/+2
|
* Reorganize a little, pull in instructions on certifcate generationmillert2002-01-111-35/+187
| | | | | | from ssl(8) and provide step-by-step instructions on how to edit the .mc files, install the new .cf files, restart sendmail and test. Should now be idiot-proof until science builds us a better idiot.
* starttls man page for sebdmail over TLS from Jose Nazario and mdoc'dmillert2001-09-191-0/+196
with minor content changes by me.