{"id":7,"date":"2025-03-24T10:24:03","date_gmt":"2025-03-24T02:24:03","guid":{"rendered":"https:\/\/wp.im-ben.uy\/?p=7"},"modified":"2025-03-25T09:42:56","modified_gmt":"2025-03-25T01:42:56","slug":"create-self-signed-certificate-for-wildfly","status":"publish","type":"post","link":"https:\/\/wp.im-ben.uy\/?p=7","title":{"rendered":"Create self-signed certificate for WildFly"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>openssl genrsa -des3 -out cert.key 2048\n\nopenssl req -new -key cert.key -out cert.csr\n\ncopy cert.key cert.key.org\n\nopenssl rsa -in cert.key.org -out cert.key\n\nopenssl x509 -req -in cert.csr -signkey cert.key -out cert.crt -days 3650 -sha256 -extfile v3.ext\n\ncertutil -mergepfx cert.crt cert.pfx<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-7","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/posts\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":2,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/posts\/7\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=\/wp\/v2\/posts\/7\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.im-ben.uy\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}