{"id":847,"date":"2023-06-08T10:15:10","date_gmt":"2023-06-08T10:15:10","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=847"},"modified":"2024-10-10T04:52:01","modified_gmt":"2024-10-10T04:52:01","slug":"how-to-generate-csr-in-debian-server","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/","title":{"rendered":"How to Generate CSR in Debian Server?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">It is important for servers, especially web servers, to generate their own Certificate Signing Requests (CSRs). This allows the server to maintain full control over the certificate request process. The server creates its own public\/private key pair by generating a CSR in Debian. The server then fills in details for the CSR, like the domain name and organization information.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The CSR, along with the public key, is submitted to a Certificate Authority. The CA then issues an SSL certificate matching the CSR. When the certificate is installed on the Debian server, it can only be decrypted using the server&#8217;s private key. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This ensures the certificate is securely bound to that specific server. By generating the CSR, itself, the Debian server has full transparency and control over the certificate information, providing more security for any connections that use the certificate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Generate a Certificate Signing Request in a Debian Server:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install OpenSSL using the following command.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install openssl<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Generate a private key with this command.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl genrsa -out yourdomain.key 2048<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This will generate a 2048-bit private key and save it as yourdomain.key<\/li>\n\n\n\n<li>Generate the CSR using this command.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl req -new -key yourdomain.key -out yourdomain.csr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You will be prompted to enter information such as:\n<ul class=\"wp-block-list\">\n<li>Country Name<\/li>\n\n\n\n<li>State or Province Name<\/li>\n\n\n\n<li>Locality Name<\/li>\n\n\n\n<li>Organization Name<\/li>\n\n\n\n<li>Organizational Unit Name<\/li>\n\n\n\n<li>Common Name (your domain name)<\/li>\n\n\n\n<li>Email Address<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Verify the CSR:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl req -text -noout -verify -in yourdomain.csr<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Submit the CSR file (yourdomain.csr) to your domain registrar or a Certificate Authority to issue the SSL certificate.<\/li>\n\n\n\n<li>Once you receive the SSL certificate (yourdomain.crt), you can install it on your Debian server:<\/li>\n\n\n\n<li>Visit our detailed <a href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-debian-server\/\">SSL Installation Guide for Debian Server<\/a>.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install curl\ncurl -O https:\/\/yourdomain.crt<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Then configure your webserver (Apache, Nginx) to use the private key (yourdomain.key) and certificate (yourdomain.crt) to enable SSL.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>It is important for servers, especially web servers, to generate their own Certificate Signing Requests (CSRs). This allows the server to maintain full control over the certificate request process. The server creates its own public\/private key pair by generating a CSR in Debian. The server then fills in details for the CSR, like the domain<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":852,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[51,52,59],"class_list":["post-847","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-csr","tag-csr-generation","tag-debian","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 CSR in Debian Server in Minutes? - CerteraSSL<\/title>\n<meta name=\"description\" content=\"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.\" \/>\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-csr-in-debian-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 in Debian Server in Minutes? - CerteraSSL\" \/>\n<meta property=\"og:description\" content=\"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-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-06-08T10:15:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-10T04:52:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-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: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=\"2 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-csr-in-debian-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Generate CSR in Debian Server?\",\"datePublished\":\"2023-06-08T10:15:10+00:00\",\"dateModified\":\"2024-10-10T04:52:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/\"},\"wordCount\":287,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/steps-to-generate-csr-in-debian-jpg.webp\",\"keywords\":[\"CSR\",\"CSR Generation\",\"Debian\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/\",\"name\":\"How to Generate CSR in Debian Server in Minutes? - CerteraSSL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/steps-to-generate-csr-in-debian-jpg.webp\",\"datePublished\":\"2023-06-08T10:15:10+00:00\",\"dateModified\":\"2024-10-10T04:52:01+00:00\",\"description\":\"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/steps-to-generate-csr-in-debian-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/steps-to-generate-csr-in-debian-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Steps to Generate CSR in Debian Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-debian-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Generate CSR in Debian 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 in Debian Server in Minutes? - CerteraSSL","description":"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.","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-csr-in-debian-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Generate CSR in Debian Server in Minutes? - CerteraSSL","og_description":"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.","og_url":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-06-08T10:15:10+00:00","article_modified_time":"2024-10-10T04:52:01+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-jpg.webp","type":"image\/jpeg"}],"author":"certerakbdbuser","twitter_card":"summary_large_image","twitter_creator":"@certera_llc","twitter_site":"@certera_llc","twitter_misc":{"Written by":"certerakbdbuser","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Generate CSR in Debian Server?","datePublished":"2023-06-08T10:15:10+00:00","dateModified":"2024-10-10T04:52:01+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/"},"wordCount":287,"commentCount":0,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-jpg.webp","keywords":["CSR","CSR Generation","Debian"],"articleSection":["Generate CSR"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/","url":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/","name":"How to Generate CSR in Debian Server in Minutes? - CerteraSSL","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-jpg.webp","datePublished":"2023-06-08T10:15:10+00:00","dateModified":"2024-10-10T04:52:01+00:00","description":"Learn how to quickly generate CSR in Debian server. Follow our step-by-step guide for instant CSR generation.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/06\/steps-to-generate-csr-in-debian-jpg.webp","width":960,"height":620,"caption":"Steps to Generate CSR in Debian Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-debian-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Generate CSR in Debian 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\/847","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=847"}],"version-history":[{"count":6,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/847\/revisions"}],"predecessor-version":[{"id":2437,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/847\/revisions\/2437"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/852"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}