{"id":122,"date":"2013-01-02T08:02:55","date_gmt":"2013-01-02T06:02:55","guid":{"rendered":"http:\/\/www.is-buchholz.com\/blog\/?p=122"},"modified":"2022-01-14T13:45:06","modified_gmt":"2022-01-14T11:45:06","slug":"ssl-zertifikate-erstellen-und-signieren-oder-auch-zertifikate-fur-arme","status":"publish","type":"post","link":"https:\/\/www.is-buchholz.com\/blog\/?p=122","title":{"rendered":"SSL-Zertifikate erstellen und signieren &#8211; oder auch Zertifikate f\u00fcr arme :)"},"content":{"rendered":"<p>F\u00fcr ein selbstsigniertes Zertifikat sind nur f\u00fcnf Schritte n\u00f6tig:<\/p>\n<ol>\n<li>openssl genrsa -out server.key 2048<\/li>\n<li>openssl req -new -key server.key -out server.csr<\/li>\n<li>cp server.key{,.org}<\/li>\n<li>openssl rsa -in server.key.org -out server.key<\/li>\n<li>openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt<\/li>\n<\/ol>\n<p>Den Key und das Zertifikat wird nun noch an die entsprechende verschoben und fertig.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>F\u00fcr ein selbstsigniertes Zertifikat sind nur f\u00fcnf Schritte n\u00f6tig: openssl genrsa -out server.key 2048 openssl req -new -key server.key -out server.csr cp server.key{,.org} openssl rsa -in server.key.org -out server.key openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt &hellip; <a href=\"https:\/\/www.is-buchholz.com\/blog\/?p=122\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-122","post","type-post","status-publish","format-standard","hentry","category-allgemein"],"_links":{"self":[{"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=122"}],"version-history":[{"count":4,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.is-buchholz.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}