{"id":5818,"date":"2022-07-07T08:11:50","date_gmt":"2022-07-07T08:11:50","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=5818"},"modified":"2022-07-07T08:14:45","modified_gmt":"2022-07-07T08:14:45","slug":"openssl-server-2012-verifying-enter-export-password","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password","title":{"rendered":"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password"},"content":{"rendered":"<p class=\"x_MsoNormal\">I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.<\/p><p class=\"x_MsoNormal\">I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere.\u00a0<\/p><p class=\"x_MsoNormal\">I usually merge my new certificate from digicert and my private key with this common command;<\/p><p class=\"x_MsoNormal\">OpenSSL.exe pkcs12 \u2013export \u2013in certfile.cer \u2013inkey certfile.key \u2013out certfile.pfx<\/p><p class=\"x_MsoNormal\">And twice now I\u2019ve been getting errors when importing it to server 2012 servers where it tells me the import password is incorrect, even if I don\u2019t use a password.<\/p><p class=\"x_MsoNormal\">By using another non server 2012 server and use <i>user security<\/i>\u00a0rather than\u00a0<i>Password security<\/i>, which works IF the site has other non 2012 servers<\/p><p class=\"x_MsoNormal\" aria-hidden=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-5821 img-responsive\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2022\/07\/img_62c6948486858.png\" alt=\"\" width=\"472\" height=\"464\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2022\/07\/img_62c6948486858.png 472w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2022\/07\/img_62c6948486858-300x295.png 300w\" sizes=\"auto, (max-width: 472px) 100vw, 472px\" \/><\/p><p id=\"mQVOlvX\">\u00a0<\/p><p class=\"x_MsoNormal\">I\u2019ve found this article\u00a0<a href=\"https:\/\/serverfault.com\/questions\/1097326\/windows-certificate-import-not-accepting-private-key-password#:~:text=I%20finally%20found,import%20worked%20fine\" target=\"_blank\" rel=\"noopener noreferrer\" data-auth=\"NotApplicable\" data-linkindex=\"0\">https:\/\/serverfault.com\/questions\/1097326\/windows-certificate-import-not-accepting-private-key-password#:~:text=I%20finally%20found,import%20worked%20fine<\/a>.<\/p><p class=\"x_MsoNormal\">And apparently, windows doesn\u2019t like the default OpenSSL encryption,<\/p><p class=\"x_MsoNormal\">And instead, merge the certs with this command;<\/p><p class=\"x_MsoNormal\">openssl pkcs12 -export -certpbe PBE-SHA1-3DES -keypbe PBE-SHA1-3DES -nomac\u00a0\u2013in certfile.cer \u2013inkey certfile.key \u2013out certfile.pfx<\/p><p class=\"x_MsoNormal\">Windows will be much happier, I\u2019m sure this is very useful for all the windows 2012 servers still out there.<\/p>","protected":false},"excerpt":{"rendered":"<p>I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3829],"class_list":["post-5818","post","type-post","status-publish","format-standard","hentry","category-research","tag-verifying-enter-export-password"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-07-07T08:11:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-07-07T08:14:45+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#article\",\"name\":\"OpenSSL Server 2012 \\u2013 Verifying \\u2013 Enter Export Password | Welcome to Pariswells.com\",\"headline\":\"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/img_62c6948486858.png\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password\\\/#articleImage\",\"width\":472,\"height\":464},\"datePublished\":\"2022-07-07T08:11:50+00:00\",\"dateModified\":\"2022-07-07T08:14:45+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#webpage\"},\"articleSection\":\"Research, Verifying - Enter Export Password\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"position\":2,\"name\":\"Research\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#listItem\",\"name\":\"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#listItem\",\"position\":3,\"name\":\"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/research#listItem\",\"name\":\"Research\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password\",\"name\":\"OpenSSL Server 2012 \\u2013 Verifying \\u2013 Enter Export Password | Welcome to Pariswells.com\",\"description\":\"I believe this only affects server 2012 but I\\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/research\\\/openssl-server-2012-verifying-enter-export-password#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2022-07-07T08:11:50+00:00\",\"dateModified\":\"2022-07-07T08:14:45+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com","description":"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new","canonical_url":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#article","name":"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com","headline":"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2022\/07\/img_62c6948486858.png","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password\/#articleImage","width":472,"height":464},"datePublished":"2022-07-07T08:11:50+00:00","dateModified":"2022-07-07T08:14:45+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#webpage"},"articleSection":"Research, Verifying - Enter Export Password"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","position":2,"name":"Research","item":"https:\/\/pariswells.com\/blog\/category\/research","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#listItem","name":"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#listItem","position":3,"name":"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/research#listItem","name":"Research"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#webpage","url":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password","name":"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com","description":"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2022-07-07T08:11:50+00:00","dateModified":"2022-07-07T08:14:45+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com","og:description":"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new","og:url":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password","article:published_time":"2022-07-07T08:11:50+00:00","article:modified_time":"2022-07-07T08:14:45+00:00","twitter:card":"summary","twitter:title":"OpenSSL Server 2012 \u2013 Verifying \u2013 Enter Export Password | Welcome to Pariswells.com","twitter:description":"I believe this only affects server 2012 but I\u2019m documenting in here so I can look it up later.I use Openssl to create CSRs and merge my private key to my new certificate from digicert, this way I can reformat, keep a copy of everything separately and use it easily elsewhere. I usually merge my new"},"aioseo_meta_data":{"post_id":"5818","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"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":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"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":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","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":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-07-07 01:43:24","updated":"2022-09-18 17:27:18","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.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:\/\/pariswells.com\/blog\/category\/research\" title=\"Research\">Research<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tOpenSSL Server 2012 \u2013  Verifying \u2013 Enter Export Password\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"Research","link":"https:\/\/pariswells.com\/blog\/category\/research"},{"label":"OpenSSL Server 2012 &#8211;  Verifying &#8211; Enter Export Password","link":"https:\/\/pariswells.com\/blog\/research\/openssl-server-2012-verifying-enter-export-password"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5818","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=5818"}],"version-history":[{"count":2,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5818\/revisions"}],"predecessor-version":[{"id":5823,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5818\/revisions\/5823"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=5818"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=5818"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=5818"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}