Encontrei (a |) solução para este problema em esta postagem no blog . Do post:
After a bit of testing, I found that you need to make a new CAfile to be used, that combines the cacerts file from the openssl distribution and the intermediate.crt file...
... que é:
cat your-server-bundle /etc/ssl/certs/ca-certificates.crt > allcacerts.crt
... então use allcacerts.crt
(ou o nome que você quiser) como o parâmetro para a opção -CAfile
no comando openssl.