{"id":771,"date":"2023-05-24T06:31:09","date_gmt":"2023-05-24T06:31:09","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=771"},"modified":"2024-10-10T05:03:08","modified_gmt":"2024-10-10T05:03:08","slug":"how-to-generate-csr-in-oracle","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/","title":{"rendered":"How to Generate CSR in Oracle Server?"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-black-color has-text-color\">Importance of Creating CSR in Oracle<\/h2>\n\n\n\n<ul style=\"padding-top:15px;padding-right:0px;padding-bottom:0px;padding-left:0px\" class=\"wp-block-list\">\n<li><strong>To obtain an SSL Certificate for the Oracle Database:<\/strong> CSRs are used as part of requesting an SSL certificate from a certificate authority. The CSR contains information about the organization and domain name, and the certificate authority uses the CSR to issue the corresponding SSL certificate.<\/li>\n\n\n\n<li><strong>To Enable SSL for Oracle Connections:<\/strong> With an SSL certificate, Oracle can enable SSL encryption for database connections. This provides security features like data encryption, authentication, and integrity checking. Generating a CSR is the first step to obtaining an SSL certificate, which is required for enabling SSL.<\/li>\n\n\n\n<li><strong>For Compliance Purposes:<\/strong> Many compliance standards, like PCI DSS, require the use of SSL\/TLS encryption to protect sensitive data. Generating a CSR and obtaining an SSL certificate helps Oracle comply with these standards.<\/li>\n\n\n\n<li><strong>Authenticate the Oracle Database to Clients:<\/strong> SSL certificates allow the Oracle database server to prove its identity to clients. The clients can verify that the certificate matches the domain name of the database, confirming that they are connecting to the correct database. This prevents man-in-the-middle attacks.<\/li>\n\n\n\n<li><strong>For Increased Security:<\/strong> Enabling SSL encryption for Oracle connections provides security benefits like encrypting data in transit, authenticating the database server, and ensuring data integrity. Obtaining a CSR and&nbsp;SSL certificate&nbsp;gains these&nbsp;security features.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Here are the Steps to Generate a CSR in Oracle:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Log in<\/strong> to the Oracle server as the <strong>DBA user<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run <\/strong>the following command to enable wallet management:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ALTER SYSTEM SET wallet_root = '&lt;wallet_location&gt;' SCOPE=SPFILE;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This will specify the <strong>location <\/strong>of the <strong>wallet directory<\/strong>.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run <\/strong>this command to create a wallet:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>EXEC DBMS_XMLSTORE.createtempxml('wallet.xml');\nEXEC DBMS_XPKIPROVIDER.CREATE_WALLET(wallet_location =&gt; '&lt;wallet_location&gt;');\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run <\/strong>this command to initialize the wallet:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>EXEC DBMS_XMLWALLET.INITXMLWALLET('wallet.xml', 'LOCATION =&gt;&lt;wallet_location&gt;');<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Generate a key pair <\/strong>using this command:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>EXEC DBMS_XMLKEYSTORE.GENERATEKEYPAIR('CSF_KEY', PRIVATE_KEY_USM =&gt; 'PKCS12', BIT_LENGTH=&gt; 1024);<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Export the Public Key<\/strong> using this command:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>EXEC DBMS_XMLKEYSTORE.EXPORTKEY('CSF_KEY', 'PUBLIC_KEY_PEM');<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finally, <strong>generate the CSR<\/strong> using the <strong>public key<\/strong> and details about your organization:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>EXEC DBMS_XMLKEYSTORE.GENERATESIGNREQUEST('CSF_KEY', 'req.csr', 'CN=&lt;fully_qualified_domain_name&gt;, OU=&lt;organization_unit&gt;, O=&lt;organization_name&gt;, C=&lt;country&gt;');<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once you get the <strong>CSR file (req.csr)<\/strong>, submit it to Certificate Authority for signing to get an SSL certificate.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once you get the <strong>SSL Certificate<\/strong> from your Certificate Authority, you can <a href=\"https:\/\/certera.com\/kb\/install-ssl-certificate-on-oracle-web-server\/\"><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">inst<\/span>all the SSL on the\u00a0Oracle Server<\/a>.<\/li>\n\n\n\n<li>You can use our <a href=\"https:\/\/certera.com\/ssl-tools\/csr-generator\">CSR Generation tool<\/a> to generate the CSR automatically.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Importance of Creating CSR in Oracle Here are the Steps to Generate a CSR in Oracle:<\/p>\n","protected":false},"author":1,"featured_media":778,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50],"tags":[51,52,41],"class_list":["post-771","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-generate-csr","tag-csr","tag-csr-generation","tag-oracle","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 on Oracle Server? - CerteraSSL<\/title>\n<meta name=\"description\" content=\"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.\" \/>\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-oracle\/\" \/>\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 Oracle Server? - CerteraSSL\" \/>\n<meta property=\"og:description\" content=\"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/\" \/>\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-05-24T06:31:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-10T05:03:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-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: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-oracle\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Generate CSR in Oracle Server?\",\"datePublished\":\"2023-05-24T06:31:09+00:00\",\"dateModified\":\"2024-10-10T05:03:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/\"},\"wordCount\":353,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/steps-to-generate-csr-in-oracle-server-jpg.webp\",\"keywords\":[\"CSR\",\"CSR Generation\",\"Oracle\"],\"articleSection\":[\"Generate CSR\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/\",\"name\":\"How to Generate CSR on Oracle Server? - CerteraSSL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/steps-to-generate-csr-in-oracle-server-jpg.webp\",\"datePublished\":\"2023-05-24T06:31:09+00:00\",\"dateModified\":\"2024-10-10T05:03:08+00:00\",\"description\":\"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/steps-to-generate-csr-in-oracle-server-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/steps-to-generate-csr-in-oracle-server-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Generate CSR in Oracle Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-generate-csr-in-oracle\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Generate CSR in Oracle 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 Oracle Server? - CerteraSSL","description":"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.","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-oracle\/","og_locale":"en_US","og_type":"article","og_title":"How to Generate CSR on Oracle Server? - CerteraSSL","og_description":"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.","og_url":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-05-24T06:31:09+00:00","article_modified_time":"2024-10-10T05:03:08+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-server-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-oracle\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Generate CSR in Oracle Server?","datePublished":"2023-05-24T06:31:09+00:00","dateModified":"2024-10-10T05:03:08+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/"},"wordCount":353,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-server-jpg.webp","keywords":["CSR","CSR Generation","Oracle"],"articleSection":["Generate CSR"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/","url":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/","name":"How to Generate CSR on Oracle Server? - CerteraSSL","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-server-jpg.webp","datePublished":"2023-05-24T06:31:09+00:00","dateModified":"2024-10-10T05:03:08+00:00","description":"Discover how to generate CSR in Oracle Server for secure SSL implementation. Follow the step-by-step guide to ensure seamless configuration.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-server-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/05\/steps-to-generate-csr-in-oracle-server-jpg.webp","width":960,"height":620,"caption":"Generate CSR in Oracle Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-generate-csr-in-oracle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Generate CSR in Oracle 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\/771","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=771"}],"version-history":[{"count":21,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/771\/revisions"}],"predecessor-version":[{"id":2444,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/771\/revisions\/2444"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/778"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}