when working with the virtual mail postfix guide at http://www.gentoo.org/doc/en/virt-mail-howto.xml, at code listing 5.1 step "./CA.pl -sign" the following error is seen Using configuration from /etc/ssl/openssl.cnf unable to load CA private key 10712:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group=CA_default name=unique_subject 10712:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:637:Expecting: ANY PRIVATE KEY Signed certificate is in newcert.pem this manifests itself in postfix log as Jan 25 18:13:26 zippy postfix/smtpd[10332]: starting TLS engine Jan 25 18:13:26 zippy postfix/smtpd[10332]: unable to get certificate from '/etc/postfix/newcert.pem' Jan 25 18:13:26 zippy postfix/smtpd[10332]: 10332:error:02001002:system library:fopen:No such file or directory:bss_file.c:276:fope$ Jan 25 18:13:26 zippy postfix/smtpd[10332]: 10332:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:278: Jan 25 18:13:26 zippy postfix/smtpd[10332]: 10332:error:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib:ssl_rsa$ Jan 25 18:13:26 zippy postfix/smtpd[10332]: TLS engine: cannot load RSA cert/key data this sproblem was solved by updating openssl to the masked 'e' version, and redoing code section 5.1 Reproducible: Always Steps to Reproduce: 1. 2. 3.
0.9.7e now stable