{"id":3920,"date":"2013-06-12T15:03:46","date_gmt":"2013-06-12T15:03:46","guid":{"rendered":"https:\/\/bodhost.com\/kb\/?p=3920"},"modified":"2026-02-26T14:04:32","modified_gmt":"2026-02-26T14:04:32","slug":"how-to-verify-if-an-ssl-certificate-matches-its-private-key","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/","title":{"rendered":"How to Verify if an SSL Certificate Matches its Private Key"},"content":{"rendered":"<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><a href=\"http:\/\/www.bodhost.com\/ssl.php\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"199\" class=\"wp-image-3956\" src=\"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg\" alt=\"ssl-certificates\" srcset=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg 577w, https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15-300x103.jpg 300w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Applicable For the Following Parallels Plesk Panel:<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">* Plesk Panel 11. x for Linux<br \/>* Plesk Panel 10. x for Linux<br \/>* Plesk Panel 9. x for Linux\/Unix<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Warning Signs<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">If you try to upload an SSL certificate in the Plesk control panel and get the following error message:<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\">ERROR message: Unable to set the certificate: Incompatible private key\/certificate pair.<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Same problem when using .txt format.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Reason<\/strong><br \/>The issue caused by the fact that the private key and the SSL certificate do not match.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Problem-Solving<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">To figure out this problem, you must evaluate the modulus part of the private key and the SSL certificate.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Copy the private key content of your domain name into a file (e.g. abc.com) and check its modulus part:<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>For Example:<\/strong><\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\"># openssl rsa -text -noout -in abc.com -modulus | grep Modulus=<br \/>Modulus=A6ACD1BCD71FBAD9499D95B9F341F65980BFE13D5189CE9629642F7211E7F8C5CD42394A6F0047A51E4451647E367E36B69D8A42F62B995532F63311<br \/>A89C120AAB7D5A92D016870622D85E675A5C3D7160F820F87D5717C157D4324SDF2D39DB5E2SFSCF848D72C5C6805D604C830995FEBAAE01C058EE88F57E108034B4A<br \/>C7F2BB97DB20A8D6480B422171C6E2E7550740A9A436B2FBD8EF660E80CE1808CEEBC0B7CC55E6625EA44D94600AC4EC31AF89F81A8E9870E4F760B723<br \/>8A91DBFDC0805BE05B32D8CF59C0BBEA82850B0FF635DFE8CF63683C3CDAAF7F4484A97D06450760677AD5B7EEA5EEEED922D0F367FE9C43F5636A63<br \/>5DACB977FE250C42A1F348D85BCEEDDSFEFA343<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">Now you need to check the modulus part of the certificate:<\/p>\r\n\r\n\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\r\n<p class=\"wp-block-paragraph\"># openssl x509 -text -noout -in abc.com.crt -modulus | grep Modulus=<br \/>Modulus=C55B529210F59C810097B854BA3816627DE68D903B85336F92E1E278B0DF31F01944FEFB7A0E7EA39D830559CBF1C40923F826FFE77C97896067F223<br \/>31C5A12392C39EDE43B68BF1A68075EB238DFAD3423431123AFBF33f3DF9D1123008B52EA7C08D10D2318F32258BDD12B207F3CDB1D062765E8732DF82547245574A041ED7<br \/>E49AFE828E73C3D42C614AC44475D880E4103181A4FAA3F3EA584CAD8A68707C311B93D0F5DFEF6D40106BEBEA4B14FB1B9C4ED8E91B1A12BBBD879B<br \/>50689DCDFD294AC12526E2276EF63E79C114CCD7825262F2DE9BFD3642AA579725B23AAAD48F1A9E16C389BBB7E08C0F193CAEA244D107742831E3C1<br \/>6B6E84F4447D70F2300DCE67352B4B7B323SDFS<\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">If the modulus parts do not match, then the issue caused by the certificate itself. That means it has to be re-issued.<\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\r\n\r\n\r\n\r\n<p class=\"wp-block-paragraph\">You need to contact CA ( Certificate Authority ) that issued the certificate with the same CSR (<a href=\"https:\/\/www.bodhost.com\/security\/ssl-certificate\" target=\"_blank\" rel=\"noopener\">SSL Certificate<\/a> Signing Request) for a new certificate.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Applicable For the Following Parallels Plesk Panel: * Plesk Panel 11. x for Linux* Plesk Panel 10. x for Linux* Plesk Panel 9. x for Linux\/Unix Warning Signs If you&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[864],"tags":[1405,381],"class_list":["post-3920","post","type-post","status-publish","format-standard","hentry","category-ssl","tag-private-key","tag-ssl-certificate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Verify if an SSL Certificate Matches Its Private Key<\/title>\n<meta name=\"description\" content=\"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Verify if an SSL Certificate Matches Its Private Key\" \/>\n<meta property=\"og:description\" content=\"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2013-06-12T15:03:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:04:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"577\" \/>\n\t<meta property=\"og:image:height\" content=\"199\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\"},\"headline\":\"How to Verify if an SSL Certificate Matches its Private Key\",\"datePublished\":\"2013-06-12T15:03:46+00:00\",\"dateModified\":\"2026-02-26T14:04:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/\"},\"wordCount\":461,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2013\\\/06\\\/ssl-certificates15.jpg\",\"keywords\":[\"Private Key\",\"SSL certificate\"],\"articleSection\":[\"SSL\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/\",\"name\":\"How to Verify if an SSL Certificate Matches Its Private Key\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2013\\\/06\\\/ssl-certificates15.jpg\",\"datePublished\":\"2013-06-12T15:03:46+00:00\",\"dateModified\":\"2026-02-26T14:04:32+00:00\",\"description\":\"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2013\\\/06\\\/ssl-certificates15.jpg\",\"contentUrl\":\"https:\\\/\\\/bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2013\\\/06\\\/ssl-certificates15.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/ssl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Verify if an SSL Certificate Matches its Private Key\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/c48414ad1536cea20e85282b0737a9f9\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Verify if an SSL Certificate Matches Its Private Key","description":"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.","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:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/","og_locale":"en_US","og_type":"article","og_title":"How to Verify if an SSL Certificate Matches Its Private Key","og_description":"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.","og_url":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2013-06-12T15:03:46+00:00","article_modified_time":"2026-02-26T14:04:32+00:00","og_image":[{"width":577,"height":199,"url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/"},"author":{"name":"admin","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9"},"headline":"How to Verify if an SSL Certificate Matches its Private Key","datePublished":"2013-06-12T15:03:46+00:00","dateModified":"2026-02-26T14:04:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/"},"wordCount":461,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg","keywords":["Private Key","SSL certificate"],"articleSection":["SSL"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/","url":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/","name":"How to Verify if an SSL Certificate Matches Its Private Key","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#primaryimage"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#primaryimage"},"thumbnailUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg","datePublished":"2013-06-12T15:03:46+00:00","dateModified":"2026-02-26T14:04:32+00:00","description":"How to verify if an SSL certificate matches its private key. Step-by-step instructions to ensure proper SSL setup and secure your website effectively.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#primaryimage","url":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg","contentUrl":"https:\/\/bodhost.com\/kb\/wp-content\/uploads\/2013\/06\/ssl-certificates15.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/how-to-verify-if-an-ssl-certificate-matches-its-private-key\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL","item":"https:\/\/www.bodhost.com\/kb\/category\/ssl\/"},{"@type":"ListItem","position":2,"name":"How to Verify if an SSL Certificate Matches its Private Key"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/c48414ad1536cea20e85282b0737a9f9","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/51e53199212db3f59606920448d45a6ead224f904558e3ab9251d071a609b202?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.bodhost.com\/kb\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/3920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=3920"}],"version-history":[{"count":50,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/3920\/revisions"}],"predecessor-version":[{"id":14664,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/3920\/revisions\/14664"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=3920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=3920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=3920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}