On Sat, Feb 15, 2014 at 01:09, Frank Brodbeck wrote: > But how do I get opensmtpd to actually verify the certificate? I tried > > pki smart.example.tld ca "ca.pem" > > But it then says: > > fatal: load_pki_tree: missing certificate file
I would try using a full path. pki example ca "/etc/ssl/myca.pem"

