{"id":361,"date":"2017-08-22T12:05:36","date_gmt":"2017-08-22T10:05:36","guid":{"rendered":"https:\/\/tomdus.de\/wp\/?p=361"},"modified":"2022-06-07T14:16:17","modified_gmt":"2022-06-07T12:16:17","slug":"how-can-i-download-public-key-from-https-vie-openssl","status":"publish","type":"post","link":"https:\/\/tomdus.de\/wp\/how-can-i-download-public-key-from-https-vie-openssl\/","title":{"rendered":"How can I download public key from HTTPS via openssl"},"content":{"rendered":"<h2>Obtain public key for google.de<\/h2>\n<pre><code>openssl s_client -connect google.de:443 | openssl x509 -pubkey -noout<\/code><\/pre>\n<h2>Obtain certificate for google.de<\/h2>\n<pre><code>openssl s_client -connect google.de:443 | openssl x509<\/code><\/pre>\n<h2>Obtain certificate for google.de and store to google.crt<\/h2>\n<pre><code>openssl s_client -connect autostadt.vwg:636 | openssl x509 -out google.crt<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Obtain public key for google.de openssl s_client -connect google.de:443 | openssl x509 -pubkey -noout Obtain certificate for google.de openssl s_client -connect google.de:443 | openssl x509 Obtain certificate for google.de and store to google.crt openssl s_client -connect autostadt.vwg:636 | openssl x509 -out google.crt<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[15,16],"class_list":["post-361","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-certificate","tag-openssl"],"_links":{"self":[{"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/posts\/361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/comments?post=361"}],"version-history":[{"count":2,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/posts\/361\/revisions"}],"predecessor-version":[{"id":443,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/posts\/361\/revisions\/443"}],"wp:attachment":[{"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/media?parent=361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/categories?post=361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tomdus.de\/wp\/wp-json\/wp\/v2\/tags?post=361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}