Вопрос, возможно, нубский, но все же. Почему wget признает сертификат от сервера, а openssl verify нет? На
openssl verify google.pem
google-pem: C = US, ST = California, L = Mountain View, O = Google Inc, CN = *.google.com
error 20 at 0 depth lookup:unable to get local issuer certificate
openssl s_client -connect google.com:443 > google.
openssl x509 -in google. > google.pem
Пробовал также
openssl verify -CApath /etc/ssl google.pem