5
2
I would like to download a certificate in PEM format...
-----BEGIN CERTIFICATE-----
XoSDIKaItcRzMGrVqFPY9lG72Oe68lnLZWYQSkvqePC/04QnapOP...
(...)
-----END CERTIFICATE-----
...directly from a web browser, visiting a HTTPS website. Is there any browser function or add-on that allows doing so?
I'm using Chrome under Win10 but answers about other browsers/OSes can be useful.
I'm not trying to do this using UNIX command line tools e.g.
openssl s_client -connect mysite:443 > tmpfile
Which browser? Which Operating System? – garethTheRed – 2018-02-02T18:13:07.750
Chrome under Win10 but it isn't strictly important. – dr01 – 2018-02-05T08:12:23.403
Generate the PEM, put it in a directory (that's accessible) and download it? – Seth – 2018-02-05T08:38:56.300
@Seth I don't want to generate a certificate, I want to download it from a existing HTTPS website. – dr01 – 2018-02-05T08:44:31.617