{"id":385,"date":"2016-01-19T15:09:41","date_gmt":"2016-01-19T15:09:41","guid":{"rendered":"http:\/\/www.pkipartner.support\/?page_id=385"},"modified":"2016-02-23T14:59:56","modified_gmt":"2016-02-23T14:59:56","slug":"install-creating-a-pem-file-for-ssl-certificate-installations","status":"publish","type":"page","link":"https:\/\/pkipartner.com\/support\/install-creating-a-pem-file-for-ssl-certificate-installations\/","title":{"rendered":"Install &#8211; Creating a .pem File for SSL Certificate Installations"},"content":{"rendered":"<h1>Creating a .pem File for SSL Certificate Installations<\/h1>\n<p>SSL .pem files (concatenated certificate container files), are frequently required for certificate installations when multiple certificates are being imported as one file.\u00a0This article contains multiple sets of instructions that walk through various .pem file creation scenarios.<\/p>\n<p><strong>Creating a .pem with the Entire SSL Certificate Trust Chain<\/strong><\/p>\n<p>Log into <a href=\"http:\/\/www.pkipartner.com\">www.pkipartner.com<\/a> and download your certificate zip file.<\/p>\n<p>Open a text editor (such as wordpad) and paste the entire body of each certificate into one text file in the following order:<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Primary Certificate &#8211; your_domain_name.crt<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Intermediate Certificate &#8211; COMODO.crt<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Root Certificate &#8211; TrustedRoot.crt<\/p>\n<p>Make sure to include the beginning and end tags on each certificate. The result should look like this:<\/p>\n<p>&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Primary SSL certificate: your_domain_name.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\n&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Intermediate certificate: COMODO.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\n&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Root certificate: TrustedRoot.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<\/p>\n<p>Note: Save the combined file as your_domain_name.pem. The .pem file is now ready to use.<\/p>\n<p><strong>Creating a .pem with the Server and Intermediate Certificates<\/strong><\/p>\n<p>Log into <a href=\"http:\/\/www.pkipartner.com\">www.pkipartner.com<\/a> and download your certificate zip file.<\/p>\n<p>Open a text editor (such as wordpad) and paste the entire body of each certificate into one text file in the following order:<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Primary Certificate &#8211; your_domain_name.crt<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Intermediate Certificate &#8211; COMODO.crt<\/p>\n<p>Make sure to include the beginning and end tags on each certificate. The result should look like this:<\/p>\n<p>&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Primary SSL certificate: your_domain_name.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\n&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Intermediate certificate: COMODO.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<\/p>\n<p>Note: Save the combined file as your_domain_name.pem. The .pem file is now ready to use.<\/p>\n<p><strong>Creating a .pem with the Private Key and Entire Trust Chain<\/strong><\/p>\n<p>Log into <a href=\"http:\/\/www.pkipartner.com\">www.pkipartner.com<\/a> and download your certificate zip file..<\/p>\n<p>Open a text editor (such as wordpad) and paste the entire body of each certificate into one text file in the following order:<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Private Key &#8211; your_domain_name.key<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Primary Certificate &#8211; your_domain_name.crt<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Intermediate Certificate &#8211; COMODO.crt<\/p>\n<p>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 The Root Certificate &#8211; TrustedRoot.crt<br \/>\nMake sure to include the beginning and end tags on each certificate. The result should look like this:<\/p>\n<p>&#8212;&#8211;BEGIN RSA PRIVATE KEY&#8212;&#8211;<br \/>\n(Your Private Key: your_domain_name.key)<br \/>\n&#8212;&#8211;END RSA PRIVATE KEY&#8212;&#8211;<\/p>\n<p>&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<\/p>\n<p>(Your Primary SSL certificate: your_domain_name.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\n&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Intermediate certificate: COMODO.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\n&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;<br \/>\n(Your Root certificate: TrustedRoot.crt)<br \/>\n&#8212;&#8211;END CERTIFICATE&#8212;&#8211;<br \/>\nSave the combined file as your_domain_name.pem. The .pem file is now ready to use.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating a .pem File for SSL Certificate Installations SSL .pem files (concatenated certificate container files), are frequently required for certificate installations when multiple certificates are being imported as one file.\u00a0This article contains multiple sets of instructions that walk through various .pem file creation scenarios. Creating a .pem with the Entire\u2026<\/p>\n<p> <a class=\"continue-reading-link\" href=\"https:\/\/pkipartner.com\/support\/install-creating-a-pem-file-for-ssl-certificate-installations\/\"><span>Continue reading<\/span><i class=\"crycon-right-dir\"><\/i><\/a> <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/pages\/385"}],"collection":[{"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/comments?post=385"}],"version-history":[{"count":3,"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/pages\/385\/revisions"}],"predecessor-version":[{"id":734,"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/pages\/385\/revisions\/734"}],"wp:attachment":[{"href":"https:\/\/pkipartner.com\/support\/wp-json\/wp\/v2\/media?parent=385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}