{"id":563,"date":"2023-04-04T09:57:47","date_gmt":"2023-04-04T09:57:47","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=563"},"modified":"2024-10-21T07:28:09","modified_gmt":"2024-10-21T07:28:09","slug":"generate-csr-on-exchange-server","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/","title":{"rendered":"How to Generate a CSR on Microsoft Exchange Server?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Steps to Generate CSR on Microsoft Exchange Server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Generating a CSR in Microsoft Exchange Server is an important step in securing your server and protecting your customer\u2019s sensitive information as it is required to <a href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-microsoft-exchange-server\/\">install the SSL Certificate on the Exchange Server<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>There are two ways you can generate the CSR and Private Key<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use our Free <a href=\"https:\/\/certera.com\/ssl-tools\/csr-generator\" target=\"_blank\" rel=\"noreferrer noopener\">CSR Generator Tool<\/a><\/li>\n\n\n\n<li>User Exchange Management Shell<\/li>\n\n\n\n<li>Use Exchange Management Console<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Steps to Generate CSR in Exchange Server using Exchange Management Shell<\/h3>\n\n\n\n<ol start=\"1\" style=\"list-style-type:1\" class=\"wp-block-list\">\n<li>Open the <strong>Exchange Management Shell<\/strong> as an administrator.<\/li>\n\n\n\n<li>Run the following command to create a new CSR:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>New-ExchangeCertificate -GenerateRequest -KeySize &lt;key size&gt; -SubjectName \"CN=&lt;fully qualified domain name&gt;\" -DomainName &lt;domain names&gt; -PrivateKeyExportable $true -Path \"&lt;file path and name&gt;.csr\"<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace <strong>&lt;key size&gt;<\/strong> with the desired key size for the certificate (e.g., 2048 or 4098)<\/li>\n\n\n\n<li><strong>&lt;fully qualified domain name&gt;<\/strong> with the fully qualified domain name for your server (e.g., mail.example.com)<\/li>\n\n\n\n<li><strong>&lt;domain names&gt;<\/strong> with a comma-separated list of domain names that will be included in the certificate (e.g., mail.example.com, autodiscover.example.com)<\/li>\n\n\n\n<li><strong>&lt;file path and name&gt;<\/strong> with the location in your system where you wish to save the CSR file.<\/li>\n<\/ul>\n\n\n\n<ol start=\"3\" style=\"list-style-type:1\" class=\"wp-block-list\">\n<li>Enter a <strong>password <\/strong>to protect the private key generated with the CSR.<\/li>\n\n\n\n<li><strong>Review the CSR<\/strong> to ensure that it contains the correct information by running the following command:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-Content \"&lt;file path and name&gt;.csr\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This will display the contents of the CSR file in the Exchange Management Shell.<\/p>\n\n\n\n<ol start=\"5\" style=\"list-style-type:1\" class=\"wp-block-list\">\n<li>Submit the CSR to the CA (Certificate Authority) to issue an SSL certificate for your Exchange server.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Note: It is important to secure the Private Key generated with the CSR, as it will be needed to install the SSL\/TLS certificate on your Exchange server.<\/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<h3 class=\"wp-block-heading\">Steps to Generate CSR in Exchange Server with Exchange Management Console<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open <strong>Exchange Management Console<\/strong>.<\/li>\n\n\n\n<li>Click on the <strong>Manage Databases<\/strong> tab<\/li>\n\n\n\n<li>Select <strong>Server Configuration<\/strong><\/li>\n\n\n\n<li>Right-click on the server where you want to generate the CSR<\/li>\n\n\n\n<li>Select <strong>New Exchange Certificate<\/strong><\/li>\n\n\n\n<li>In the <strong>Exchange Certificate Wizard<\/strong> &gt; Select &#8220;<strong>Create a request for a certificate from a certification authority<\/strong>&#8220;.<\/li>\n\n\n\n<li>Click <strong>Next<\/strong><\/li>\n\n\n\n<li>Add a Name for the certificate<\/li>\n\n\n\n<li>Click <strong>Next<\/strong><\/li>\n\n\n\n<li>Select the <strong>Server<\/strong> where you want to install the certificate, then click <strong>Next<\/strong>.<\/li>\n\n\n\n<li>Enter the <strong>organization and department<\/strong> information for your company<\/li>\n\n\n\n<li>Click <strong>Next<\/strong><\/li>\n\n\n\n<li>Select the services you want to secure with the certificate (e.g., SMTP, POP, IMAP, etc.)<\/li>\n\n\n\n<li>Click <strong>Next<\/strong><\/li>\n\n\n\n<li>Choose a location to save the CSR file<\/li>\n\n\n\n<li>Click <strong>Next<\/strong><\/li>\n\n\n\n<li>Review the information on the &#8220;<strong>Completing the New Exchange Certificate Wizard<\/strong>&#8221; page.<\/li>\n\n\n\n<li>Click <strong>Finish<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">After receiving the signed certificate, you can install it on your Exchange Server using the Exchange Management Shell or the Exchange Admin Center.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Steps to Generate CSR on Microsoft Exchange Server Generating a CSR in Microsoft Exchange Server is an important step in securing your server and protecting your customer\u2019s sensitive information as it is required to install the SSL Certificate on the Exchange Server. There are two ways you can generate the CSR and Private Key Steps<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":566,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[51,52,31,28],"class_list":["post-563","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-csr","tag-csr-generation","tag-exchange-server","tag-microsoft","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 Generate CSR on Microsoft Exchange Server?<\/title>\n<meta name=\"description\" content=\"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.\" \/>\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\/generate-csr-on-exchange-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Generate CSR on Microsoft Exchange Server?\" \/>\n<meta property=\"og:description\" content=\"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/\" \/>\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=\"2023-04-04T09:57:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-21T07:28:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-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=\"certerakbdbuser\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp\" \/>\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=\"certerakbdbuser\" \/>\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\\\/generate-csr-on-exchange-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Generate a CSR on Microsoft Exchange Server?\",\"datePublished\":\"2023-04-04T09:57:47+00:00\",\"dateModified\":\"2024-10-21T07:28:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/\"},\"wordCount\":430,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp\",\"keywords\":[\"CSR\",\"CSR Generation\",\"Exchange Server\",\"Microsoft\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/\",\"name\":\"How to Generate CSR on Microsoft Exchange Server?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp\",\"datePublished\":\"2023-04-04T09:57:47+00:00\",\"dateModified\":\"2024-10-21T07:28:09+00:00\",\"description\":\"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Generate CSR in Microsoft Exchange Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/generate-csr-on-exchange-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Generate a CSR on Microsoft Exchange Server?\"}]},{\"@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\\\/c25e1519e333a817f30c805384cba014\",\"name\":\"certerakbdbuser\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g\",\"caption\":\"certerakbdbuser\"},\"sameAs\":[\"https:\\\/\\\/certerakb.ssltoolsonline.com\"],\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/author\\\/certerakbdbuser\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Generate CSR on Microsoft Exchange Server?","description":"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.","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\/generate-csr-on-exchange-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Generate CSR on Microsoft Exchange Server?","og_description":"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.","og_url":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-04-04T09:57:47+00:00","article_modified_time":"2024-10-21T07:28:09+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","type":"image\/jpeg"}],"author":"certerakbdbuser","twitter_card":"summary_large_image","twitter_image":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","twitter_creator":"@certera_llc","twitter_site":"@certera_llc","twitter_misc":{"Written by":"certerakbdbuser","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Generate a CSR on Microsoft Exchange Server?","datePublished":"2023-04-04T09:57:47+00:00","dateModified":"2024-10-21T07:28:09+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/"},"wordCount":430,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","keywords":["CSR","CSR Generation","Exchange Server","Microsoft"],"articleSection":["Generate CSR"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/","url":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/","name":"How to Generate CSR on Microsoft Exchange Server?","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","datePublished":"2023-04-04T09:57:47+00:00","dateModified":"2024-10-21T07:28:09+00:00","description":"Learn how to generate a CSR on Microsoft Exchange Server using the Exchange Management Console or Exchange Management Shell.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/04\/step-to-generate-csr-in-microsoft-exchange-server-jpg.webp","width":960,"height":620,"caption":"Generate CSR in Microsoft Exchange Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/generate-csr-on-exchange-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Generate a CSR on Microsoft Exchange Server?"}]},{"@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\/c25e1519e333a817f30c805384cba014","name":"certerakbdbuser","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1fba817ef81065f1393461fc3a0d85c40f2cc826919819ea4df4b12d76566e62?s=96&d=mm&r=g","caption":"certerakbdbuser"},"sameAs":["https:\/\/certerakb.ssltoolsonline.com"],"url":"https:\/\/certera.com\/kb\/author\/certerakbdbuser\/"}]}},"_links":{"self":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/563","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/comments?post=563"}],"version-history":[{"count":12,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/563\/revisions"}],"predecessor-version":[{"id":2678,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/563\/revisions\/2678"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/566"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}