{"id":1890,"date":"2024-01-25T05:28:14","date_gmt":"2024-01-25T05:28:14","guid":{"rendered":"https:\/\/certera.com\/kb\/?p=1890"},"modified":"2024-10-08T09:50:55","modified_gmt":"2024-10-08T09:50:55","slug":"how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/","title":{"rendered":"How to Export Certificates and Private Key From a PKCS#12 File with OpenSSL?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Exporting certificates and private keys from a PKCS#12 (p12 or .pfx) file can be daunting, especially if you are not a tech professional. If you are one of those people who wants to export the certs and keys but isn&#8217;t aware of the know-how, don&#8217;t fret!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To assist you in executing this daunting task, we have mentioned step-by-step instructions in this article. All that&#8217;s left for you is to follow those instructions carefully.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But before performing the steps, let&#8217;s first comprehend the PKCS#12 file and OpenSSL. Doing so will broaden your knowledge and aid you in apprehending the process in a better way.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/certera.com\/ssl\/certera\/certera-ssl\"><img decoding=\"async\" width=\"960\" height=\"150\" sizes=\"(max-width: 960px) 100vw, 960px\" src=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-jpg.webp\" alt=\"Buy Cheap SSL Certificates\" class=\"wp-image-2030\" srcset=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-jpg.webp 960w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-300x47.webp 300w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-cheap-ssl-certs-cta-768x120.webp 768w\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is PKCS#12 File?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A PKCS#12 file is a type of file used to store private keys with accompanying X.509 certificates. It may be protected with a password-based symmetric key. A PKCS#12, a.k.a., p12 or .pfx file is commonly used for secure backup and transfer of certificates and private keys.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Recommended: <\/strong><a href=\"https:\/\/certera.com\/kb\/how-to-generate-pfx-file-or-p12-file-using-openssl\/\">How to Generate PFX File or P12 File Using OpenSSL?<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is OpenSSL?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">OpenSSL is an open-source software library or tool. It provides cryptographic functions and protocols employed to shield communication over the web. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Recommended:<\/strong> <a href=\"https:\/\/certera.com\/kb\/what-is-openssl-useful-openssl-commands-to-work-with-ssl-certificates\/\">What is OpenSSL? Useful OpenSSL Commands to Work with SSL Certificates<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This tool is widely employed to implement a secure socket layer protocol that ensures data encryption and authentication between &#8211; a client (browser) and a server. It also offers &#8220;n&#8221; number of cryptographic algorithms, along with encryption, decryption, digital signatures, and certificate management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Export Private Key From a PKCS#12 File with OpenSSL?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the steps mentioned below to export the private key from a PKCS#12 file with OpenSSL:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisite: Verify that the OpenSSL library is installed on the server that possesses the SSL cert.<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Initiate <strong>OpenSSL <\/strong>from the <strong>OpenSSL\\bin folder<\/strong>.<\/li>\n\n\n\n<li>Open the <strong>command prompt<\/strong>.<\/li>\n\n\n\n<li>Navigate to the folder that contains the <strong>.pfx<\/strong> (PKCS#12) file.<\/li>\n\n\n\n<li>Type the <strong>openssl pkcs12 -in [yourfile.pfx] -nocerts -out [drlive.key]<\/strong> command to export the private key.<\/li>\n\n\n\n<li>A prompt will appear.<\/li>\n\n\n\n<li>Type the i<strong>mport password<\/strong> you used to protect the key pair when creating the <strong>.pfx <\/strong>file.<\/li>\n\n\n\n<li>A <strong>new prompt<\/strong> will appear.<\/li>\n\n\n\n<li>Type a <strong>new password<\/strong> to protect the .key file that you are making.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to Export Certificate From a PKCS#12 File with OpenSSL?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the steps mentioned below to export the certificate from a PKCS#12 file with OpenSSL:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Initiate <strong>OpenSSL <\/strong>from the <strong>OpenSSL\\bin folder<\/strong>.<\/li>\n\n\n\n<li>Open the <strong>command prompt<\/strong>.<\/li>\n\n\n\n<li>Navigate to the folder that contains the <strong>.pfx<\/strong> (PKCS#12) file.<\/li>\n\n\n\n<li>Type the <strong>openssl pkcs12 -in [yourfile.pfx] -clcerts -nokeys -out [drlive.crt]<\/strong> command to export the certificate.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How to Decrypt the Private Key?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the steps mentioned below to decrypt the private key:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Initiate <strong>OpenSSL <\/strong>from the <strong>OpenSSL\\bin folder<\/strong>.<\/li>\n\n\n\n<li>Open the <strong>command prompt<\/strong>.<\/li>\n\n\n\n<li>Navigate to the folder that contains the <strong>.pfx<\/strong> (PKCS#12) file.<\/li>\n\n\n\n<li>Type the <strong>openssl rsa -in [drlive.key] -out [drlive-decrypted.key] <\/strong>command.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Extracting the certificates and private keys from a PKCS#12 file with OpenSSL was easy with these steps!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exporting certificates and private keys from a PKCS#12 (p12 or .pfx) file can be daunting, especially if you are not a tech professional. If you are one of those people who wants to export the certs and keys but isn&#8217;t aware of the know-how, don&#8217;t fret! To assist you in executing this daunting task, we<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":5,"featured_media":1893,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[319,320,321],"class_list":["post-1890","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-export-certificate-from-pkcs-12","tag-export-private-key-from-pkcs12","tag-extract-private-key-from-pkcs-12-pfx-p12","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Export Certificate &amp; Private Key from a PKCS#12 File with OpenSSL?<\/title>\n<meta name=\"description\" content=\"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Export Certificate &amp; Private Key from a PKCS#12 File with OpenSSL?\" \/>\n<meta property=\"og:description\" content=\"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - Certera.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/certeraLLC\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-25T05:28:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T09:50:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"620\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Monika\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@certera_llc\" \/>\n<meta name=\"twitter:site\" content=\"@certera_llc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Monika\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/\"},\"author\":{\"name\":\"Monika\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/44f5e8115383ba05008d1ef58bcfb8cd\"},\"headline\":\"How to Export Certificates and Private Key From a PKCS#12 File with OpenSSL?\",\"datePublished\":\"2024-01-25T05:28:14+00:00\",\"dateModified\":\"2024-10-08T09:50:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/\"},\"wordCount\":509,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp\",\"keywords\":[\"Export Certificate from PKCS #12\",\"Export Private key from pkcs12\",\"extract Private Key from PKCS 12 (Pfx\\\/P12)\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/\",\"name\":\"How to Export Certificate & Private Key from a PKCS#12 File with OpenSSL?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp\",\"datePublished\":\"2024-01-25T05:28:14+00:00\",\"dateModified\":\"2024-10-08T09:50:55+00:00\",\"description\":\"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Export Certificates and Private Key From PKCS\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Export Certificates and Private Key From a PKCS#12 File with OpenSSL?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/\",\"name\":\"Knowledge Base - Certera.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"alternateName\":\"Certera Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/certera.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\",\"name\":\"Certera\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/brand-certera.svg\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/brand-certera.svg\",\"caption\":\"Certera\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/certeraLLC\\\/\",\"https:\\\/\\\/x.com\\\/certera_llc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/certera-llc\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/44f5e8115383ba05008d1ef58bcfb8cd\",\"name\":\"Monika\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g\",\"caption\":\"Monika\"},\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/author\\\/monika\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Export Certificate & Private Key from a PKCS#12 File with OpenSSL?","description":"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/","og_locale":"en_US","og_type":"article","og_title":"How to Export Certificate & Private Key from a PKCS#12 File with OpenSSL?","og_description":"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.","og_url":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2024-01-25T05:28:14+00:00","article_modified_time":"2024-10-08T09:50:55+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp","type":"image\/jpeg"}],"author":"Monika","twitter_card":"summary_large_image","twitter_creator":"@certera_llc","twitter_site":"@certera_llc","twitter_misc":{"Written by":"Monika","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/"},"author":{"name":"Monika","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/44f5e8115383ba05008d1ef58bcfb8cd"},"headline":"How to Export Certificates and Private Key From a PKCS#12 File with OpenSSL?","datePublished":"2024-01-25T05:28:14+00:00","dateModified":"2024-10-08T09:50:55+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/"},"wordCount":509,"commentCount":0,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp","keywords":["Export Certificate from PKCS #12","Export Private key from pkcs12","extract Private Key from PKCS 12 (Pfx\/P12)"],"articleSection":["Generate CSR"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/","url":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/","name":"How to Export Certificate & Private Key from a PKCS#12 File with OpenSSL?","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp","datePublished":"2024-01-25T05:28:14+00:00","dateModified":"2024-10-08T09:50:55+00:00","description":"Follow the step by step guide to extract certificate and private key information from a PKCS#12 file with OpenSSL commands.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/export-certificates-and-private-key-from-a-pkcs12-file-jpg.webp","width":960,"height":620,"caption":"Export Certificates and Private Key From PKCS"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-export-certificates-and-private-key-from-a-pkcs12-file-with-openssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Export Certificates and Private Key From a PKCS#12 File with OpenSSL?"}]},{"@type":"WebSite","@id":"https:\/\/certera.com\/kb\/#website","url":"https:\/\/certera.com\/kb\/","name":"Knowledge Base - Certera.com","description":"","publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"alternateName":"Certera Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/certera.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/certera.com\/kb\/#organization","name":"Certera","url":"https:\/\/certera.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/01\/brand-certera.svg","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/01\/brand-certera.svg","caption":"Certera"},"image":{"@id":"https:\/\/certera.com\/kb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/certeraLLC\/","https:\/\/x.com\/certera_llc","https:\/\/www.linkedin.com\/company\/certera-llc\/"]},{"@type":"Person","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/44f5e8115383ba05008d1ef58bcfb8cd","name":"Monika","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46cb23065da48e260b0cec16b0cb1d65b6e45192060355700c378422f56b6a40?s=96&d=mm&r=g","caption":"Monika"},"url":"https:\/\/certera.com\/kb\/author\/monika\/"}]}},"_links":{"self":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1890","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/comments?post=1890"}],"version-history":[{"count":6,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1890\/revisions"}],"predecessor-version":[{"id":2405,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1890\/revisions\/2405"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/1893"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=1890"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=1890"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=1890"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}