[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 Enter pass phrase for /etc/pki/CA/private/cakey.pem: unable to load certificate 139860379301704:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:698:Expecting: TRUSTED CERTIFICATE Can not creat the postfix_cert.pem. Thanks four your time. Tom 2012/8/21 Wietse Venema <wie...@porcupine.org> > 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 > $ /some/where/CA.pl ... > ...and so on... > $ exit > > Wietse >