Hi there, I received an SMIME certificate and want to know the correct filename to use in the command "openssl smime -verify -CAfile <filename>..."
In my particular example, openssl x509 -in smime.pem -issuer_hash -noout results in 9ec3a561. However, if I use that certificate (available as /etc/ssl/certs/9ec3a561.0 on my system) then verification fails. What is issuer_hash good for? Running strace on "openssl smime -verify" with the preinstalled list of certificates shows that /etc/ssl/certs/75680d2e.0 is the CAfile necessary for validation. What is the recommended way to find the hash value 75680d2e? Thanks in advance Jens ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org