CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2015/12/12 13:02:31

Modified files:
        usr.sbin/smtpd : lka.c mta.c mta_session.c parse.y 
                         smtp_session.c smtpd.c smtpd.conf.5 ssl.c ssl.h 

Log message:
remove CA from pki and no longer allow specifying a CA with 'pki' keyword.
introduce 'ca' keyword to allow specifying a custom CA.
making CA part of pki was a bad idea and several people hit use-cases that
plain couldn't work.

instead of:
pki foobar.org ca "/etc/mail/CA.pem"

use now:
ca foobar.org certificate "/etc/mail/CA.pem"

ok sunil@, jung@

Reply via email to