{"id":136,"date":"2017-01-19T18:35:20","date_gmt":"2017-01-19T18:35:20","guid":{"rendered":"http:\/\/www.edrockwell.com\/blog\/?p=136"},"modified":"2026-07-02T16:57:33","modified_gmt":"2026-07-02T16:57:33","slug":"certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key","status":"publish","type":"post","link":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/","title":{"rendered":"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key"},"content":{"rendered":"<p>I&#8217;ve recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected).<\/p>\n<p>We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file<\/p>\n<p>The end state is to get the private key decrypted, the public cert and the certificate chain in the .pem file to make it work with openssl\/HAProxy.<\/p>\n<p>Requirements:<br \/>\nOpenssl installed<br \/>\n.pfx file (you need to know the password)<br \/>\nintermediate public cert (you can obatin this from your provider like Thawte)<br \/>\nroot public cert (you can obatin this from your provider like Thawte)<\/p>\n<p>Step 1<br \/>\nExtract the private key from the .pfx file (you need to know the password:<\/p>\n<pre class=\"lang:default decode:true \">openssl pkcs12 -in [certificate.pfx] -nocerts -out [certificate-key-encrypted.key]\r\n<\/pre>\n<p>Step 2<br \/>\nNow lets decrypt the key:<\/p>\n<pre class=\"lang:default decode:true \">openssl rsa -in [certificate-key-encrypted.key] -out [certificate-key-decrypted.key]<\/pre>\n<pre class=\"lang:default decode:true \">openssl rsa -in [certificate-key-encrypted.key] -out [certificate-key-decrypted.key]\r\n<\/pre>\n<p>Step 3<br \/>\nNow lets extract the public certificate:<\/p>\n<pre class=\"lang:default decode:true \">openssl pkcs12 -in [certificate.pfx] -clcerts -nokeys -out [certificate.crt]\r\n<\/pre>\n<p>Step 4<br \/>\nYou also need all the public certs in the chain up to the root. I&#8217;m talking about these:<br \/>\n<a href=\"http:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/01\/cert.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-137\" src=\"http:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/01\/cert-236x300.png\" alt=\"Root and Intermediate Certs\" width=\"236\" height=\"300\" srcset=\"https:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/01\/cert-236x300.png 236w, https:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/01\/cert.png 405w\" sizes=\"auto, (max-width: 236px) 100vw, 236px\" \/><\/a><\/p>\n<p>Step 5<br \/>\nnow create a new text file (don&#8217;t use notepad) and put your public, private, intermediate public and root public together. It&#8217;s simple and should look like this:<\/p>\n<pre class=\"lang:default decode:true \">-----BEGIN CERTIFICATE-----\r\n### Replace with your public certificate ###\r\n### From step 3 above ###\r\n-----END CERTIFICATE-----\r\n-----BEGIN CERTIFICATE-----\r\n### replace with your intermediate public cert ###\r\n-----END CERTIFICATE-----\r\n-----BEGIN CERTIFICATE-----\r\n### replace with your root public cert ###\r\n-----END CERTIFICATE-----\r\n-----BEGIN RSA PRIVATE KEY-----\r\n### replace me with your .key file ###\r\n### from step 2 above ###\r\n-----END RSA PRIVATE KEY-----\r\n<\/pre>\n<p>Save the file as a .pem file.<br \/>\nIf you want to view the cert on windows, simply rename the .pem to .cer<\/p>\n<p>&#8230;This is how Ed does it \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[67],"tags":[],"class_list":["post-136","post","type-post","status-publish","format-standard","hentry","category-certificates"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"I&#039;ve recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ed Rockwell\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"System Admin [RESOLVED] | How To: Make My DevOps Life Easier\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]\" \/>\n\t\t<meta property=\"og:description\" content=\"I&#039;ve recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-01-19T18:35:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-02T16:57:33+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I&#039;ve recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#article\",\"name\":\"Certificates \\u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]\",\"headline\":\"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key\",\"author\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.edrockwell.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/cert-236x300.png\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#articleImage\"},\"datePublished\":\"2017-01-19T18:35:20+00:00\",\"dateModified\":\"2026-07-02T16:57:33+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#webpage\"},\"articleSection\":\"Certificates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/certificates\\\/#listItem\",\"name\":\"Certificates\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/certificates\\\/#listItem\",\"position\":2,\"name\":\"Certificates\",\"item\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/certificates\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#listItem\",\"name\":\"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#listItem\",\"position\":3,\"name\":\"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/category\\\/certificates\\\/#listItem\",\"name\":\"Certificates\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\",\"name\":\"System Admin [RESOLVED]\",\"description\":\"How To: Make My DevOps Life Easier\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Ed Rockwell\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/dea3152d7acd78aa28d280207c33f7ec516731ece9a54249cbbbebcfffc341e0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ed Rockwell\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#webpage\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/\",\"name\":\"Certificates \\u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]\",\"description\":\"I've recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2017-01-19T18:35:20+00:00\",\"dateModified\":\"2026-07-02T16:57:33+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/\",\"name\":\"System Admin [RESOLVED]\",\"description\":\"How To: Make My DevOps Life Easier\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.edrockwell.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]","description":"I've recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end","canonical_url":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#article","name":"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]","headline":"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key","author":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.edrockwell.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.edrockwell.com\/blog\/wp-content\/uploads\/2017\/01\/cert-236x300.png","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#articleImage"},"datePublished":"2017-01-19T18:35:20+00:00","dateModified":"2026-07-02T16:57:33+00:00","inLanguage":"en-US","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#webpage"},"isPartOf":{"@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#webpage"},"articleSection":"Certificates"},{"@type":"BreadcrumbList","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.edrockwell.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/#listItem","name":"Certificates"}},{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/#listItem","position":2,"name":"Certificates","item":"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#listItem","name":"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#listItem","position":3,"name":"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key","previousItem":{"@type":"ListItem","@id":"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/#listItem","name":"Certificates"}}]},{"@type":"Organization","@id":"https:\/\/www.edrockwell.com\/blog\/#organization","name":"System Admin [RESOLVED]","description":"How To: Make My DevOps Life Easier","url":"https:\/\/www.edrockwell.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author","url":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/","name":"Ed Rockwell","image":{"@type":"ImageObject","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/dea3152d7acd78aa28d280207c33f7ec516731ece9a54249cbbbebcfffc341e0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ed Rockwell"}},{"@type":"WebPage","@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#webpage","url":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/","name":"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]","description":"I've recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.edrockwell.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/#breadcrumblist"},"author":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.edrockwell.com\/blog\/author\/admin\/#author"},"datePublished":"2017-01-19T18:35:20+00:00","dateModified":"2026-07-02T16:57:33+00:00"},{"@type":"WebSite","@id":"https:\/\/www.edrockwell.com\/blog\/#website","url":"https:\/\/www.edrockwell.com\/blog\/","name":"System Admin [RESOLVED]","description":"How To: Make My DevOps Life Easier","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.edrockwell.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"System Admin [RESOLVED] | How To: Make My DevOps Life Easier","og:type":"article","og:title":"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]","og:description":"I've recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end","og:url":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/","article:published_time":"2017-01-19T18:35:20+00:00","article:modified_time":"2026-07-02T16:57:33+00:00","twitter:card":"summary","twitter:title":"Certificates \u2013 Convert pfx to PEM and remove the encryption password on private key | System Admin [RESOLVED]","twitter:description":"I've recently ran into a few times where we had to move a certificate from Microsoft Exchange to a HAProxy load balancer. I was provided an exported key pair that had an encrypted private key (Password Protected). We will seperate a .pfx ssl certificate to an unencrypted .key file and a .cer file The end"},"aioseo_meta_data":{"post_id":"136","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-15 23:07:12","updated":"2026-07-02 17:26:23","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.edrockwell.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/\" title=\"Certificates\">Certificates<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCertificates \u2013 Convert pfx to PEM and remove the encryption password on private key\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.edrockwell.com\/blog"},{"label":"Certificates","link":"https:\/\/www.edrockwell.com\/blog\/category\/certificates\/"},{"label":"Certificates &#8211; Convert pfx to PEM and remove the encryption password on private key","link":"https:\/\/www.edrockwell.com\/blog\/certificates-convert-pfx-to-pem-and-remove-the-encryption-password-on-private-key\/"}],"_links":{"self":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/comments?post=136"}],"version-history":[{"count":4,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/136\/revisions"}],"predecessor-version":[{"id":141,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/posts\/136\/revisions\/141"}],"wp:attachment":[{"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/media?parent=136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/categories?post=136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.edrockwell.com\/blog\/wp-json\/wp\/v2\/tags?post=136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}