{"id":1356,"date":"2025-09-22T13:49:18","date_gmt":"2025-09-22T11:49:18","guid":{"rendered":"https:\/\/ndk.sytes.net\/wordpress\/?p=1356"},"modified":"2025-09-22T13:49:39","modified_gmt":"2025-09-22T11:49:39","slug":"how-to-create-full-chain-certificates","status":"publish","type":"post","link":"https:\/\/ndk.sytes.net\/wordpress\/?p=1356","title":{"rendered":"How to create full chain certificates"},"content":{"rendered":"\n<p>Full chain certificates can be created relatively easy. Just use the cat-command or copy\/paste the content of the files in that specific order into a new file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ cat server.crt server.key intermediate.crt ca.crt &gt; fullchain.pem<\/code><\/pre>\n\n\n\n<p>As already said, mind the order:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Server certificate<\/li>\n\n\n\n<li>Server Private Key (optional if loaded separately)<\/li>\n\n\n\n<li>Intermediate certificate(s)<\/li>\n\n\n\n<li>CA Root certificate<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Full chain certificates can be created relatively easy. Just use the cat-command or copy\/paste the content of the files in that specific order into a new file: As already said, mind the order:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1356","post","type-post","status-publish","format-standard","hentry","category-servers"],"_links":{"self":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1356"}],"version-history":[{"count":2,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1356\/revisions"}],"predecessor-version":[{"id":1358,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1356\/revisions\/1358"}],"wp:attachment":[{"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ndk.sytes.net\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}