{"id":1935,"date":"2024-03-07T03:31:45","date_gmt":"2024-03-07T03:31:45","guid":{"rendered":"https:\/\/certera.com\/kb\/?p=1935"},"modified":"2024-10-08T09:29:01","modified_gmt":"2024-10-08T09:29:01","slug":"how-to-generate-a-csr-on-nutanix-cluster","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/","title":{"rendered":"How to Generate a CSR on Nutanix Cluster?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Are you looking to enhance the security of your Nutanix Cluster with a robust SSL certificate? The journey begins with generating a Certificate Signing Request. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This paramount step is essential for <a href=\"https:\/\/certera.com\/ssl\">obtaining an SSL cert from a trusted certificate authority (CA)<\/a> such as Certera, Sectigo, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While the process may seem complicated, generating a CSR on a Nutanix Cluster is relatively straightforward. To help you with the endeavor, we have explained the whole process using &#8211; simple step-by-step instructions in this article.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But, before proceeding with the steps, it would be better if we were aware of what a CSR is. So, first, go through it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a CSR?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A Certificate Signing Request, a.k.a. CSR, is an encoded text file a certificate authority requires to issue an SSL certificate. It consists of details of the entity requesting the SSL cert. A CSR contains details about your server and organization, such as the domain name, company name, location information, etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Generate a CSR on Nutanix Cluster?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the steps mentioned below to generate a CSR on Nutanix Cluster:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To set the location of your OpenSSL configuration file, run the <strong>Set OPENSSL_CONF=C:\\OpenSSL-Win64\\bin\\openssl.cfg<\/strong> command.<\/li>\n\n\n\n<li>The <strong>openssl.cfg<\/strong> file will open.<\/li>\n\n\n\n<li>In the <strong>openssl.cfg<\/strong> file, perform these actions:<\/li>\n\n\n\n<li>Locate the <strong>subjectAltName<\/strong> line or field and add <strong>alternative domains<\/strong>.<\/li>\n\n\n\n<li>Locate the <strong>0.organizationName <\/strong>line or field and type the <strong>organization name<\/strong>.<\/li>\n\n\n\n<li>Locate the <strong>organizationalUnitName<\/strong> line or field and type the <strong>unit name<\/strong>.<\/li>\n\n\n\n<li>Locate the <strong>commonName<\/strong> line or field and type the <strong>Fully qualified domain name (FQDN)<\/strong> that you want to shield.<\/li>\n\n\n\n<li>Locate the <strong>countryName<\/strong> line or field and type the two-letter <strong>ISO code <\/strong>of your country.<\/li>\n\n\n\n<li>Locate the <strong>stateOrProvinceName<\/strong> line or field type the name of the <strong>state where your company is registered<\/strong>.<\/li>\n\n\n\n<li>Locate the <strong>locatilityName<\/strong> line of field and type the name of the <strong>city where the business is &#8211; located<\/strong>.<\/li>\n\n\n\n<li>Don\u2019t do any other changes.<\/li>\n\n\n\n<li>Run the <strong>openssl req -new -nodes -out yoursitename.csr -config openssl.cfg -sha256<\/strong> command to generate private key and CSR.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Viewing the contents of a Certificate Signing Request is straightforward and can be done using standard text editors like &#8211; Notepad++. After creating the CSR, submit it to your trusted CA\/provider for review. Once approved, the CA will issue the SSL cert and send it to your registered email ID as a &#8211; .zip folder. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This zip folder will contain your primary and intermediate certificates necessary for installing the SSL cert on the Nutanix cluster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Next Step: &#8220;<a href=\"https:\/\/certera.com\/kb\/how-to-install-an-ssl-certificate-on-nutanix-cluster-server\/\">How to Install SSL certificate on Nutanix Cluster?<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you looking to enhance the security of your Nutanix Cluster with a robust SSL certificate? The journey begins with generating a Certificate Signing Request. This paramount step is essential for obtaining an SSL cert from a trusted certificate authority (CA) such as Certera, Sectigo, etc. While the process may seem complicated, generating a CSR<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":5,"featured_media":1939,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[331],"class_list":["post-1935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-generate-csr-on-nutanix-cluster","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create CSR in a Nutanix Cluster?<\/title>\n<meta name=\"description\" content=\"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.\" \/>\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-generate-a-csr-on-nutanix-cluster\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create CSR in a Nutanix Cluster?\" \/>\n<meta property=\"og:description\" content=\"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/\" \/>\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-03-07T03:31:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T09:29:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-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-generate-a-csr-on-nutanix-cluster\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/\"},\"author\":{\"name\":\"Monika\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/44f5e8115383ba05008d1ef58bcfb8cd\"},\"headline\":\"How to Generate a CSR on Nutanix Cluster?\",\"datePublished\":\"2024-03-07T03:31:45+00:00\",\"dateModified\":\"2024-10-08T09:29:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/\"},\"wordCount\":438,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/generate-csr-on-nutanix-cluster-jpg.webp\",\"keywords\":[\"Generate CSR on Nutanix Cluster\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/\",\"name\":\"How to Create CSR in a Nutanix Cluster?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/generate-csr-on-nutanix-cluster-jpg.webp\",\"datePublished\":\"2024-03-07T03:31:45+00:00\",\"dateModified\":\"2024-10-08T09:29:01+00:00\",\"description\":\"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/generate-csr-on-nutanix-cluster-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/generate-csr-on-nutanix-cluster-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Generate CSR on Nutanix\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-nutanix-cluster\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Generate a CSR on Nutanix Cluster?\"}]},{\"@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 Create CSR in a Nutanix Cluster?","description":"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.","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-generate-a-csr-on-nutanix-cluster\/","og_locale":"en_US","og_type":"article","og_title":"How to Create CSR in a Nutanix Cluster?","og_description":"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.","og_url":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2024-03-07T03:31:45+00:00","article_modified_time":"2024-10-08T09:29:01+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-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-generate-a-csr-on-nutanix-cluster\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/"},"author":{"name":"Monika","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/44f5e8115383ba05008d1ef58bcfb8cd"},"headline":"How to Generate a CSR on Nutanix Cluster?","datePublished":"2024-03-07T03:31:45+00:00","dateModified":"2024-10-08T09:29:01+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/"},"wordCount":438,"commentCount":0,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-jpg.webp","keywords":["Generate CSR on Nutanix Cluster"],"articleSection":["Generate CSR"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/","url":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/","name":"How to Create CSR in a Nutanix Cluster?","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-jpg.webp","datePublished":"2024-03-07T03:31:45+00:00","dateModified":"2024-10-08T09:29:01+00:00","description":"Follow the step-by-step guide to generate CSR (Certificate Signing Request) on a Nutanix Cluster. Easy Steps to follow.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/03\/generate-csr-on-nutanix-cluster-jpg.webp","width":960,"height":620,"caption":"Generate CSR on Nutanix"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-nutanix-cluster\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Generate a CSR on Nutanix Cluster?"}]},{"@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\/1935","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=1935"}],"version-history":[{"count":7,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1935\/revisions"}],"predecessor-version":[{"id":2396,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1935\/revisions\/2396"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/1939"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=1935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=1935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=1935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}