{"id":369,"date":"2023-03-07T08:35:34","date_gmt":"2023-03-07T08:35:34","guid":{"rendered":"https:\/\/certerassl.com\/kb\/?p=369"},"modified":"2024-10-16T08:32:44","modified_gmt":"2024-10-16T08:32:44","slug":"how-to-install-ssl-certificate-on-lighttpd","status":"publish","type":"post","link":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/","title":{"rendered":"How to Install SSL Certificate on Lighttpd?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This guide provides simple and easy-to-follow instructions on the installation process. And, if you&#8217;re on the hunt for an affordable SSL certificate, we&#8217;ve got you covered with top-notch recommendations. Have you already generated your CSR and got your installation files? Then, skip ahead and get straight to the installation process.<\/p>\n\n\n\n<div class=\"wp-block-columns custom-html-widget-bg is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"190\" height=\"122\" sizes=\"(max-width: 190px) 100vw, 190px\" src=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/08\/ssl-icon-jpg.webp\" alt=\"\" class=\"wp-image-1184\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"wp-block-paragraph\">Don&#8217;t have an SSL Certificate? Get the Affordable and Trusted SSL Certificates starting at just <strong>$3.99\/year<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button custom-html-widget-btn\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" href=\"https:\/\/certera.com\/buy-ssl-certificates\">Buy SSL Certificates<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">CSR Generation: Everything Begins Here<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You have two choices when generating a CSR code on lighttpd. You can use a <a href=\"https:\/\/certera.com\/ssl-tools\/csr-generator\">CSR Generator tool<\/a> to create the CSR automatically or do it manually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once you have generated the CSR, open the file with a text editor and copy its contents, including the <strong>\u2014\u2013BEGIN CERTIFICATE REQUEST\u2014\u2013 and \u2014\u2013END CERTIFICATE REQUEST<\/strong>\u2014\u2013 tags, into the corresponding box during the SSL order process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After submitting the CSR, wait for the Certificate Authority to validate your request. Once you receive the SSL certificate, you can proceed with the installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SSL Certificate Installation on Lighttpd<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Prepare Your SSL Files &amp; Private Key<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once you receive the necessary files from your CA via email, extract them from the ZIP folder. You need the server certificate issued for your domain, the intermediate certificate provided by the CA, and your private key lighttpd recommends putting the primary certificate and intermediate certificate chain in ssl.pem file and the private key in ssl.privkey.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Edit Your lighttpd.conf File<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use this command to Open the lighttpd.conf file<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'vi \/etc\/lighttpd\/lighttpd.conf'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Add the following code to the configuration file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$SERVER&#91;\"socket\"] == \":443\" {\nssl.engine = \"enable\"\nssl.pemfile = \"\/etc\/lighttpd\/ssl\/www.yourdomainname.pem\"\n}\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Note: <\/strong>Make sure that the path to the certificate chain PEM files has both the certificate chain and private key, except in cases where ssl.privkey has been specified. Beginning with version 1.4.53, if there is no private key on the ssl.pem file, the PEM file\u2019s private key must be provided while configuring SSL connections.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Save and close the config file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Restart the Lighttpd<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Restart Lightpd using following command<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> '\/etc\/init.d\/lighttpd restart'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can use <a href=\"https:\/\/certera.com\/ssl-tools\/ssl-checker\">our SSL checker tool<\/a> to ensure your SSL certificate is installed correctly.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide provides simple and easy-to-follow instructions on the installation process. And, if you&#8217;re on the hunt for an affordable SSL certificate, we&#8217;ve got you covered with top-notch recommendations. Have you already generated your CSR and got your installation files? Then, skip ahead and get straight to the installation process. Don&#8217;t have an SSL Certificate?<span class=\"morelink d-block mt-3\"><a href=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/\">Read More<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":1092,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[38,18,19],"class_list":["post-369","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ssl-installation","tag-lighttpd","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 Certificate on Lighttpd Server?<\/title>\n<meta name=\"description\" content=\"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.\" \/>\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-certificate-on-lighttpd\/\" \/>\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 Certificate on Lighttpd Server?\" \/>\n<meta property=\"og:description\" content=\"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/\" \/>\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-07T08:35:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-16T08:32:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-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-on-lighttpd-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-certificate-on-lighttpd\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/\"},\"author\":{\"name\":\"certerakbdbuser\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#\\\/schema\\\/person\\\/c25e1519e333a817f30c805384cba014\"},\"headline\":\"How to Install SSL Certificate on Lighttpd?\",\"datePublished\":\"2023-03-07T08:35:34+00:00\",\"dateModified\":\"2024-10-16T08:32:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/\"},\"wordCount\":352,\"publisher\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-on-lighttpd-jpg.webp\",\"keywords\":[\"Lighttpd\",\"SSL\",\"SSL Installation\"],\"articleSection\":[\"SSL Installation\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/\",\"name\":\"How to Install SSL Certificate on Lighttpd Server?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-on-lighttpd-jpg.webp\",\"datePublished\":\"2023-03-07T08:35:34+00:00\",\"dateModified\":\"2024-10-16T08:32:44+00:00\",\"description\":\"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#primaryimage\",\"url\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-on-lighttpd-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/certera.com\\\/kb\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-ssl-on-lighttpd-jpg.webp\",\"width\":960,\"height\":620,\"caption\":\"Install SSL On Lighttpd Server\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/certera.com\\\/kb\\\/how-to-install-ssl-certificate-on-lighttpd\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/certera.com\\\/kb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install SSL Certificate on Lighttpd?\"}]},{\"@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 Certificate on Lighttpd Server?","description":"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.","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-certificate-on-lighttpd\/","og_locale":"en_US","og_type":"article","og_title":"How to Install SSL Certificate on Lighttpd Server?","og_description":"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.","og_url":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/","og_site_name":"Knowledge Base - Certera.com","article_publisher":"https:\/\/www.facebook.com\/certeraLLC\/","article_published_time":"2023-03-07T08:35:34+00:00","article_modified_time":"2024-10-16T08:32:44+00:00","og_image":[{"width":960,"height":620,"url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-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-on-lighttpd-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-certificate-on-lighttpd\/#article","isPartOf":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/"},"author":{"name":"certerakbdbuser","@id":"https:\/\/certera.com\/kb\/#\/schema\/person\/c25e1519e333a817f30c805384cba014"},"headline":"How to Install SSL Certificate on Lighttpd?","datePublished":"2023-03-07T08:35:34+00:00","dateModified":"2024-10-16T08:32:44+00:00","mainEntityOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/"},"wordCount":352,"publisher":{"@id":"https:\/\/certera.com\/kb\/#organization"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-jpg.webp","keywords":["Lighttpd","SSL","SSL Installation"],"articleSection":["SSL Installation"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/","url":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/","name":"How to Install SSL Certificate on Lighttpd Server?","isPartOf":{"@id":"https:\/\/certera.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#primaryimage"},"image":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#primaryimage"},"thumbnailUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-jpg.webp","datePublished":"2023-03-07T08:35:34+00:00","dateModified":"2024-10-16T08:32:44+00:00","description":"Step by Step guide to Install SSL Certificate on Lighttpd in Minutes. Secure your website with SSL and Enable the layer of HTTPS encryption.","breadcrumb":{"@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#primaryimage","url":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-jpg.webp","contentUrl":"https:\/\/certera.com\/kb\/wp-content\/uploads\/2023\/03\/install-ssl-on-lighttpd-jpg.webp","width":960,"height":620,"caption":"Install SSL On Lighttpd Server"},{"@type":"BreadcrumbList","@id":"https:\/\/certera.com\/kb\/how-to-install-ssl-certificate-on-lighttpd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/certera.com\/kb\/"},{"@type":"ListItem","position":2,"name":"How to Install SSL Certificate on Lighttpd?"}]},{"@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\/369","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=369"}],"version-history":[{"count":12,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/369\/revisions"}],"predecessor-version":[{"id":2619,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/posts\/369\/revisions\/2619"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media\/1092"}],"wp:attachment":[{"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/media?parent=369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/categories?post=369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/certera.com\/kb\/wp-json\/wp\/v2\/tags?post=369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}