Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Wietse Venema
Feel Zhou: > sorry ,in my system, I can't find the CA.pl > I have no idea how to find it, If you don't have CA.pl (installed with "yum install openssl-perl" or otherwise), then there is no reason to continue this discussion. Wietse

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Feel Zhou
Thanks for rob0's proposal I need to read avary word of tow document http://www.postfix.org/TLS_README.html http://www.postfix.org/TLS_LEGACY_README.html sorry ,in my system, I can't find the CA.pl I have no idea how to find it, [root@mtayd local]# pwd /usr/local [root@mtayd local]# ls bin etc

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Wietse Venema
Feel Zhou: > [root@mtayd CA]# openssl ca -out postfix_cert.pem -infiles If you want help, show that you follow the TLS_README instructions exactly. $ script output-file-name $ /some/where/CA.pl -newca ... $ exit Then send the contents of output-file-name. Wietse

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread /dev/rob0
On Tue, Aug 21, 2012 at 09:30:47PM +0800, Feel Zhou wrote: > [root@mtayd CA]# yum install openssl-perl > .. > [root@mtayd CA]# yum install pki-ca > .. > [root@mtayd CA]# pwd > /etc/pki/CA > > After yum install, I reboot the system. No way! Really? All you did there was install a few scrip

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-21 Thread Feel Zhou
[root@mtayd CA]# yum install openssl-perl .. [root@mtayd CA]# yum install pki-ca .. [root@mtayd CA]# pwd /etc/pki/CA After yum install, I reboot the system. [root@mtayd CA]# openssl ca -out postfix_cert.pem -infiles postfix_public.pem Using configuration from /etc/pki/tls/openssl.cnf Ente

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Wietse Venema
Feel Zhou: > Thanks, Wietse and all my friend > I just do the command: > yum install openssl-perl > When I test again > still have the same wrong message Please show the command and output for each step in TLS_README. You can capture the session with the script command. script name-of-file $ /som

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
Thanks, Wietse and all my friend I just do the command: yum install openssl-perl When I test again still have the same wrong message I really need to read the two document thoroughly http://www.postfix.org/TLS_README.html http://www.postfix.org/TLS_LEGACY_README.html Thanks again! Have a good day!

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Wietse Venema
2012/8/20 Wietse Venema > > Please use the CA.pl script as described in TLS_README (on-line at > > http://www/postfix.org/TLS_README.html). Feel Zhou: > Thanks > I read the web page > http://www.postfix.org/TLS_README.html > at the almost the last page. begin with > Getting started, quick and di

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
Thanks I read the web page http://www.postfix.org/TLS_README.html at the almost the last page. begin with Getting started, quick and dirty I do not have CA.pl in the centos system only can use openssl and the wrong command is also in the web page. but mine is not working well Tom 2012/8/20 Wiets

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Jerry
On Mon, 20 Aug 2012 23:18:24 +0800 Feel Zhou articulated: > I got problem when I want to use tls support Have you thoroughly read the documentation at this URL: . -- Jerry ✌ postfix-u...@seibercom.net __

Re: TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Wietse Venema
Feel Zhou: > Hello My friend > I got problem when I want to use tls support > > [root@mtayd CA]# pwd > /etc/pki/CA > > [root@mtayd CA]# openssl genrsa -des3 -out cakey.pem Please use the CA.pl script as described in TLS_README (on-line at http://www/postfix.org/TLS_README.html). Wietse

TLS SUPPORT: openssl ca debug mssage

2012-08-20 Thread Feel Zhou
Hello My friend I got problem when I want to use tls support [root@mtayd CA]# pwd /etc/pki/CA [root@mtayd CA]# openssl genrsa -des3 -out cakey.pem Generating RSA private key, 512 bit long modulus . ... e is 65537 (0x10001) Enter pass phrase for cakey.pem: Verifying