Hello,
> I couldn't find out how to get a PEM file if I have a https://url.
> 
> In Konqueror I am able to export certificates from Peer SSL Certificates tab, 
> but I'd like to be able to get it also with openssl command.
After command:
        % openssl s_client -connect url:443 -showcerts < /dev/null
you may simply copy-paste peer certificate.

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to