{"id":187,"date":"2019-05-13T11:30:38","date_gmt":"2019-05-13T11:30:38","guid":{"rendered":"https:\/\/blog.iabsolute.com\/?p=187"},"modified":"2019-05-13T11:30:38","modified_gmt":"2019-05-13T18:30:38","slug":"openssl-decode-csr","status":"publish","type":"post","link":"https:\/\/blog.iabsolute.com\/?p=187","title":{"rendered":"openssl decode .csr"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Extract information from the CSR<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">$ openssl req -in shellhacks.com.csr -text -noout<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Verify the signature<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">$ openssl req -in shellhacks.com.csr -noout -verify<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Whom the certificate will be issued to?<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">$ openssl req -in shellhacks.com.csr -noout -subject<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Show the public key<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">$ openssl req -in shellhacks.com.csr -noout -pubkey<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Extract information from the CSR $ openssl req -in shellhacks.com.csr -text -noout Verify the signature $ openssl req -in shellhacks.com.csr -noout -verify Whom the certificate will be issued to? $ openssl req -in shellhacks.com.csr -noout -subject Show the public key &hellip; <a href=\"https:\/\/blog.iabsolute.com\/?p=187\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-187","post","type-post","status-publish","format-standard","hentry","category-my-linux"],"_links":{"self":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=187"}],"version-history":[{"count":1,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/187\/revisions"}],"predecessor-version":[{"id":188,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=\/wp\/v2\/posts\/187\/revisions\/188"}],"wp:attachment":[{"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.iabsolute.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}