TLS config help

2012-08-29 Thread AN
Following the directions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/openssl.html Trying to configure TLS and sendmail using the following steps # openssl dsaparam -rand -genkey -out myRSA.key 1024 # openssl gendsa -des3 -out myca.key myRSA.key # openssl req -new -x509 -days

Re: TLS config help

2012-08-29 Thread Matthias Fechner
Am 29.08.12 12:38, schrieb AN: Trying to configure TLS and sendmail using the following steps I use: cd /etc/mail/certs Create a CA: - Edit /etc/ssl/openssl.cfn - default_days= 1825 - Generate CAcertificate - /usr/src/crypto/openssl/apps/CA.pl -newca cp demoCA/cacert.pem . Create a key:

Re: TLS config help

2012-08-29 Thread Jamie Paul Griffin
[ Matthias Fechner wrote on Wed 29.Aug'12 at 11:20:37 +0200 ] Am 29.08.12 12:38, schrieb AN: Trying to configure TLS and sendmail using the following steps I use: cd /etc/mail/certs Create a CA: - Edit /etc/ssl/openssl.cfn - default_days= 1825 - Generate CAcertificate -