Angelo Graziosi wrote: > To use Pine with OpenSSL I need to install a certificate : infn-ca.pem. > > HOW ?
http://www.madboa.com/geek/pine-ssl/ > Copying infn-ca.pem in /usr/ssl/certs does not help. There's a link from the hash-value.version to the real cert. The hash value can be calculated with `openssl x509 -hash -in ...`, from the output use just the first line, ignore the rest. For instance, with my manually generated cert for imapd: $ openssl x509 -hash -in /usr/ssl/certs/imapd.pem 9a99ba97 -----BEGIN CERTIFICATE----- ... I would need to create `ln -s 9a99ba97.0 imapd.pem`. -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/