{"id":928,"date":"2023-04-18T12:49:04","date_gmt":"2023-04-18T10:49:04","guid":{"rendered":"https:\/\/marschner.goip.de\/?p=928"},"modified":"2023-04-18T12:52:42","modified_gmt":"2023-04-18T10:52:42","slug":"gueltigkeit-des-ssl-zertifikates-eines-servers-auslesen-mit-openssl","status":"publish","type":"post","link":"https:\/\/marschner.goip.de\/index.php\/2023\/04\/18\/gueltigkeit-des-ssl-zertifikates-eines-servers-auslesen-mit-openssl\/","title":{"rendered":"Ablaufdatum des SSL Zertifikates eines Servers auslesen mit OpenSSL"},"content":{"rendered":"\n<p>Email-Server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl s_client -connect imap.marschner.goip.de.com:25 -starttls smtp | openssl x509 -enddate -noout<\/code><\/pre>\n\n\n\n<p>HTTPS Server<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl s_client -connect marschner.goip.de:443 | openssl x509 -enddate -noout<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Email-Server HTTPS Server<\/p>\n","protected":false},"author":1,"featured_media":933,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-928","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server"],"_links":{"self":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/928","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/comments?post=928"}],"version-history":[{"count":4,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/928\/revisions"}],"predecessor-version":[{"id":934,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/posts\/928\/revisions\/934"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/media\/933"}],"wp:attachment":[{"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/media?parent=928"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/categories?post=928"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marschner.goip.de\/index.php\/wp-json\/wp\/v2\/tags?post=928"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}