{"id":29,"date":"2021-04-15T11:45:24","date_gmt":"2021-04-15T11:45:24","guid":{"rendered":"https:\/\/www.wiseos.org\/?p=29"},"modified":"2021-04-15T11:45:24","modified_gmt":"2021-04-15T11:45:24","slug":"como-convertir-certificados-pem-a-der-con-openssl","status":"publish","type":"post","link":"https:\/\/www.wiseos.org\/?p=29","title":{"rendered":"C\u00f3mo convertir certificados PEM a DER con openssl"},"content":{"rendered":"<div class=\"entry\">\n\n\n<p><strong>Para convertir un certificado PEM a un certificado DER<\/strong><\/p>\n\n\n\n<p class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background\"># openssl x509 -inform pem -in cert.pem -outform der -out cert.der<\/p>\n\n\n\n<p>Para convertir clave privada PEM a clave privada DER<\/p>\n\n\n\n<p class=\"has-black-color has-cyan-bluish-gray-background-color has-text-color has-background\"># openssl rsa -inform pem -in Key.pem -outform der -out Key.der<\/p>\n\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Para convertir un certificado PEM a un certificado DER # openssl x509 -inform pem -in cert.pem -outform der -out cert.der Para convertir clave privada PEM a clave privada DER # openssl rsa -inform pem -in Key.pem -outform der -out Key.der<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[4,6,7,5],"class_list":{"0":"post-29","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-ssl","7":"tag-certificados","8":"tag-der","9":"tag-openssl","10":"tag-pem","11":"anons"},"_links":{"self":[{"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":6,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/www.wiseos.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wiseos.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}