{"id":1857,"date":"2024-01-05T10:00:24","date_gmt":"2024-01-05T10:00:24","guid":{"rendered":"https:\/\/certera.com\/kb\/?p=1857"},"modified":"2024-10-08T09:55:53","modified_gmt":"2024-10-08T09:55:53","slug":"how-to-generate-a-csr-on-webmin-server","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/","title":{"rendered":"How to Generate a CSR on Webmin Server?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Today, we dive into a crucial aspect &#8211; how to generate a Certificate Signing Request (CSR ) on a Webmin Server. We will guide you through the complete process using a &#8220;step-by-step procedure.&#8221; Doing so will help you grasp and understand the process better.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But before starting with that, it would be better for you to comprehend &#8211; &#8220;What is a CSR?&#8221; And &#8220;Why is it needed or important?&#8221; So, why wait? Let&#8217;s begin!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/certera.com\/\"><img decoding=\"async\" width=\"960\" height=\"150\" sizes=\"(max-width: 960px) 100vw, 960px\" src=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-ssl-certificates-cta-jpg.webp\" alt=\"Buy SSL Certificates\" class=\"wp-image-2028\" srcset=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-ssl-certificates-cta-jpg.webp 960w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-ssl-certificates-cta-300x47.webp 300w, https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/05\/buy-ssl-certificates-cta-768x120.webp 768w\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">What is a CSR?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A CSR is an encoded block of text that a trusted Certificate Authority (CA), like &#8211; Certera, Comodo, Sectigo, etc., needs to verify the details of the entity to whom the certificate is being issued. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In lay terms, it holds vital details about your &#8211; website, service, or organization, including the domain name. A CSR also encompasses the public key and signature elements used to verify your identity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why is it Needed or Important?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A Certificate Signing Request is paramount. Using it, the Certificate Authority verifies the &#8211; identity of the entity requesting the SSL certificate and creates an SSL cert for their website that &#8211; encrypts the traffic (communication) between the client and the server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Create a CSR on the Webmin Server?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the steps mentioned below to create a CSR on the Webmin server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enter your credentials<\/strong> and log into your <strong>Webmin interface<\/strong>.<\/li>\n\n\n\n<li>In the left pane, click the <strong>Terminal <\/strong>icon <strong>(&gt;_)<\/strong> or press <strong>Alt <\/strong>+ <strong>K <\/strong>on your keyboard.<\/li>\n\n\n\n<li>The Terminal window will appear.<\/li>\n\n\n\n<li>In the Terminal window, paste the below command:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>detasudo openssl req -new -newkey rsa:2048 -nodes -keyout \/etc\/ssl\/domainname.com.key -out \/etc\/ssl\/domainname.com.csr -subj \/C=US\/ST=Florida\/L=Saint Petersburg\/O=Rapid Web Services\/OU=Support\/CN=domainname; cat \/etc\/ssl\/domainname.csr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Note: <\/strong>You have to change the bold part (highlighted with red) in the above code as per your domain.<\/li>\n\n\n\n<li>The CSR will be generated.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Here are the details to help you out with the code that you need to enter:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Field<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td><strong>\/etc\/ssl\/example.com.key<\/strong><\/td><td>The file path where the key is stored.<\/td><\/tr><tr><td><strong>C<\/strong><\/td><td>Enter the two-letter ISO code of your country.<\/td><\/tr><tr><td><strong>ST<\/strong><\/td><td>Write the full name of the state, such as Florida.<\/td><\/tr><tr><td><strong>L<\/strong><\/td><td>Write the full name of the city, like New York.<\/td><\/tr><tr><td><strong>O<\/strong><\/td><td>Enter the full name of your organization without special characters. For OV or EV SSL certificates, use the legal name of your organization.<\/td><\/tr><tr><td><strong>OU<\/strong><\/td><td>Name of the department, e.g., Marketing Department.<\/td><\/tr><tr><td><strong>CN<\/strong><\/td><td>Your domain name, like www.domainname.com or domainname.com. Use an asterisk for Wildcard SSL certificates, e.g., *.domainname.com.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Now, all that is left is to &#8211;&nbsp; copy all the content, including<strong> \u2014\u2013BEGIN CERTIFICATE REQUEST\u2014\u2014<\/strong> to <strong>\u2014\u2013END CERTIFICATE REQUEST\u2014\u2013<\/strong>. Once copied, open a text editor like &#8211; Notepad ++ and press Ctrl + V to paste the copied content.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this, your CSR is ready! <\/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-webmin\/\">How to Install an SSL certificate on a Webmin server?<\/a>&#8220;<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, we dive into a crucial aspect &#8211; how to generate a Certificate Signing Request (CSR ) on a Webmin Server. We will guide you through the complete process using a &#8220;step-by-step procedure.&#8221; Doing so will help you grasp and understand the process better. But before starting with that, it would be better for you<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":1859,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[305,304],"class_list":["post-1857","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-create-csr-webmin","tag-generate-csr-on-webmin-server","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Generate a CSR on Webmin Server? [Easy Steps]<\/title>\n<meta name=\"description\" content=\"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?\" \/>\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-webmin-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 a CSR on Webmin Server? [Easy Steps]\" \/>\n<meta property=\"og:description\" content=\"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-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=\"2024-01-05T10:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T09:55:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-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=\"Pavas\" \/>\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=\"Pavas\" \/>\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-webmin-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/\"},\"author\":{\"name\":\"Pavas\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/03aadb5738275eec621b40951810837d\"},\"headline\":\"How to Generate a CSR on Webmin Server?\",\"datePublished\":\"2024-01-05T10:00:24+00:00\",\"dateModified\":\"2024-10-08T09:55:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/\"},\"wordCount\":460,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/step-to-generate-csr-in-webmin-server-jpg.webp\",\"keywords\":[\"Create CSR Webmin\",\"Generate CSR on Webmin Server\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/\",\"name\":\"How to Generate a CSR on Webmin Server? [Easy Steps]\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/step-to-generate-csr-in-webmin-server-jpg.webp\",\"datePublished\":\"2024-01-05T10:00:24+00:00\",\"dateModified\":\"2024-10-08T09:55:53+00:00\",\"description\":\"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/step-to-generate-csr-in-webmin-server-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/step-to-generate-csr-in-webmin-server-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Generate a CSR on Webmin Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-a-csr-on-webmin-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 Webmin 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\\\/03aadb5738275eec621b40951810837d\",\"name\":\"Pavas\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g\",\"caption\":\"Pavas\"},\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/author\\\/pavas\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Generate a CSR on Webmin Server? [Easy Steps]","description":"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?","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-webmin-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Generate a CSR on Webmin Server? [Easy Steps]","og_description":"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?","og_url":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2024-01-05T10:00:24+00:00","article_modified_time":"2024-10-08T09:55:53+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-server-jpg.webp","type":"image\/jpeg"}],"author":"Pavas","twitter_card":"summary_large_image","twitter_creator":"@certera_llc","twitter_site":"@certera_llc","twitter_misc":{"Written by":"Pavas","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/"},"author":{"name":"Pavas","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/03aadb5738275eec621b40951810837d"},"headline":"How to Generate a CSR on Webmin Server?","datePublished":"2024-01-05T10:00:24+00:00","dateModified":"2024-10-08T09:55:53+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/"},"wordCount":460,"commentCount":0,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-server-jpg.webp","keywords":["Create CSR Webmin","Generate CSR on Webmin Server"],"articleSection":["Generate CSR"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/","url":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/","name":"How to Generate a CSR on Webmin Server? [Easy Steps]","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-server-jpg.webp","datePublished":"2024-01-05T10:00:24+00:00","dateModified":"2024-10-08T09:55:53+00:00","description":"Follow the step by step guide to Create CSR (Certificate Signing Request) on Webmin Server?","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-server\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-server-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2024\/01\/step-to-generate-csr-in-webmin-server-jpg.webp","width":960,"height":620,"caption":"Generate a CSR on Webmin Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-generate-a-csr-on-webmin-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 Webmin 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\/03aadb5738275eec621b40951810837d","name":"Pavas","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/17802b86572d1030564046a4d33b09868c18b4a778259aa1b2889a98cabc34c2?s=96&d=mm&r=g","caption":"Pavas"},"url":"https:\/\/certera.com\/kb\/author\/pavas\/"}]}},"_links":{"self":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1857","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/comments?post=1857"}],"version-history":[{"count":4,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1857\/revisions"}],"predecessor-version":[{"id":2408,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/1857\/revisions\/2408"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/1859"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=1857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=1857"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=1857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}