{"id":446,"date":"2023-03-16T12:07:57","date_gmt":"2023-03-16T12:07:57","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=446"},"modified":"2024-10-16T07:37:57","modified_gmt":"2024-10-16T07:37:57","slug":"how-to-install-ssl-on-sentora","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/","title":{"rendered":"How to Install an SSL Certificate on Sentora Control Panel"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Sentora is a free and open-source web hosting control panel that allows you to manage multiple websites and domains from a single dashboard. As an essential platform, installing an SSL certificate on it becomes crucial. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not many know it, so we have made this short and easy guide to installing an SSL certificate on the platform.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sentora Control Panel only accepts SSL from trusted Certificate Authorities. <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">Hence, <a href=\"https:\/\/certera.com\/buy-ssl-certificates\">purchase SSL certificates<\/a> from trusted CAs like Comodo, Sectigo, and\u00a0Certera.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Process of CSR Generation for Sentora<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To generate a CSR on Sentora Control Panel, you can use a <a href=\"https:\/\/certera.com\/ssl-tools\/csr-generator\">CSR Generator Tool<\/a> which is an automated process. If you prefer to generate the CSR by yourself, you can do it manually.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After generating <strong>CSR <\/strong>open it with any text editor of your choice and copy its contents, including the \u2014 BEGIN CERTIFICATE \u2014 and \u2014 END CERTIFICATE \u2014 tags into the corresponding box during the SSL order process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wait for the SSL Certificate to arrive in your inbox.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your SSL certificate provider will send you three separate files: your server SSL certificate (domain_com.crt), your CA root certificate (<strong>CaRoot.crt<\/strong>), and your Intermediate CA certificate (name varies based on provider).&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, some SSL providers will combine the root &amp; intermediate certificates into a single <strong>CA Bundle<\/strong> file. If your provider sends you separate root and intermediate certificates, you must merge them into a single plain text document using a text editor such as Notepad.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After copying &amp; pasting the code from both files, save the documents you have merged as domain_com.ca-bundle.crt, ensuring that there are no blank spaces available in the file. Lastly, you need your CSR file (<strong>domain_com.csr<\/strong>).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Install SSL Certificate on Sentora Control Panel<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Follow these steps to install your SSL Certificate on Sentora:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in as the <strong>root user<\/strong> by running the <strong>sudo or su commands<\/strong> in the terminal.<\/li>\n\n\n\n<li><strong>Activate the Certificate using following command<\/strong>:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>a2enmod ssl<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Restart Apache by running the command<\/strong>:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>service apache2 restart<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Create the necessary links for mods by running the commands:<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>ln -s \/etc\/apache2\/mods-available\/ssl.conf \/etc\/apache2\/mods-enabled\/ssl.conf\nln -s \/etc\/apache2\/mods-available\/ssl.load \/etc\/apache2\/mods-enabled\/ssl.load<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy and paste the code below into the Global Sentora entry, replacing the placeholders with your actual certificate and domain names:<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>##################################################\n# Apache VHOST configuration file\n# Customized entries for Sentora\n##################################################\nNameVirtualHost *:443\n# Configuration for Sentora control panel.\nSSLEngine on\nSSLProtocol SSLv3\nSSLCertificateFile \/etc\/apache2\/ssl\/yourdomain.crt\nSSLCertificateKeyFile \/etc\/apache2\/ssl\/yourdomain.key\nServerAdmin zadmin@localhost\nDocumentRoot \"\/etc\/Sentora\/panel\/\"\nServerName id-network.org\nServerAlias Sentora.id-network.org\nRedirect Permanent \/ https:\/\/Sentora.id-network.org\/\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Finally, restart Apache by running the command:<\/strong><\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service apache2 restart<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations, your SSL Certificate has been successfully installed on Sentora, and you can now access your panel via HTTPS. It is recommended to test your SSL installation using <a href=\"https:\/\/certera.com\/ssl-tools\/ssl-checker\">SSL Checker Tool<\/a> to ensure there are no errors or vulnerabilities.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sentora is a free and open-source web hosting control panel that allows you to manage multiple websites and domains from a single dashboard. As an essential platform, installing an SSL certificate on it becomes crucial. Not many know it, so we have made this short and easy guide to installing an SSL certificate on the<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":1083,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[43,18,19],"class_list":["post-446","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl-installation","tag-sentora","tag-ssl","tag-ssl-installation","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 Install SSL Certiifcate on Sentora Control Panel?<\/title>\n<meta name=\"description\" content=\"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.\" \/>\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-install-ssl-on-sentora\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install SSL Certiifcate on Sentora Control Panel?\" \/>\n<meta property=\"og:description\" content=\"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/\" \/>\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-03-16T12:07:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-16T07:37:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-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\/03\/install-ssl-certificate-on-sentora-1-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=\"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-install-ssl-on-sentora\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Install an SSL Certificate on Sentora Control Panel\",\"datePublished\":\"2023-03-16T12:07:57+00:00\",\"dateModified\":\"2024-10-16T07:37:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/\"},\"wordCount\":414,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-sentora-1-jpg.webp\",\"keywords\":[\"Sentora\",\"SSL\",\"SSL Installation\"],\"articleSection\":[\"SSL Installation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/\",\"name\":\"How to Install SSL Certiifcate on Sentora Control Panel?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-sentora-1-jpg.webp\",\"datePublished\":\"2023-03-16T12:07:57+00:00\",\"dateModified\":\"2024-10-16T07:37:57+00:00\",\"description\":\"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-sentora-1-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-certificate-on-sentora-1-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Install SSL On Sentora\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-on-sentora\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install an SSL Certificate on Sentora Control Panel\"}]},{\"@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 Install SSL Certiifcate on Sentora Control Panel?","description":"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.","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-install-ssl-on-sentora\/","og_locale":"en_US","og_type":"article","og_title":"How to Install SSL Certiifcate on Sentora Control Panel?","og_description":"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.","og_url":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-03-16T12:07:57+00:00","article_modified_time":"2024-10-16T07:37:57+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","type":"image\/jpeg"}],"author":"certerakbdbuser","twitter_card":"summary_large_image","twitter_image":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","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-install-ssl-on-sentora\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Install an SSL Certificate on Sentora Control Panel","datePublished":"2023-03-16T12:07:57+00:00","dateModified":"2024-10-16T07:37:57+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/"},"wordCount":414,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","keywords":["Sentora","SSL","SSL Installation"],"articleSection":["SSL Installation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/","url":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/","name":"How to Install SSL Certiifcate on Sentora Control Panel?","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","datePublished":"2023-03-16T12:07:57+00:00","dateModified":"2024-10-16T07:37:57+00:00","description":"Step by Step guide to instantly install the SSL Certificate on Sentora Control Panel, Enable HTTPS on your website quickly.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-certificate-on-sentora-1-jpg.webp","width":960,"height":620,"caption":"Install SSL On Sentora"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-on-sentora\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Install an SSL Certificate on Sentora Control Panel"}]},{"@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\/446","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=446"}],"version-history":[{"count":10,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/446\/revisions"}],"predecessor-version":[{"id":2606,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/446\/revisions\/2606"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/1083"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}