{"id":4604,"date":"2018-09-09T23:52:54","date_gmt":"2018-09-10T07:52:54","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/blog\/?p=4604"},"modified":"2021-01-26T07:31:20","modified_gmt":"2021-01-26T15:31:20","slug":"digital-signature-vs-digital-certificate-the-difference-explained","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/","title":{"rendered":"Digital Signature vs. Digital Certificate: The Difference Explained"},"content":{"rendered":"<h2>What is the difference between a digital signature and a digital certificate<\/h2>\n<p>Both digital signatures and digital certificates play a huge part in the <strong>SSL\/TLS ecosystem<\/strong>, and understanding their similarities and differences can be instructional in understanding Public Key Encryption.<\/p>\n<h2 class=\"keyword-text _ngcontent-xfh-79\"><span class=\"keyword _ngcontent-xfh-79\">Digital Certificate vs Digital signature<\/span><\/h2>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-4608\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/digital-certificate-vs-digital-signature.png\" alt=\"digital certificate vs digital signature\" width=\"730\" height=\"364\" \/><\/p>\n<p>Let\u2019s start with a digital signature, then we\u2019ll look at digital certificates and finally we\u2019ll put them all together.<\/p>\n<h2>What is a digital signature?<\/h2>\n<p>A <a href=\"https:\/\/en.wikipedia.org\/wiki\/Digital_signature\" rel=\"nofollow\">Digital Signature<\/a> is, in reality, nothing more than a numeric string that can be affixed to emails, documents, certificates almost anything. We use digital signatures to help determine authenticity and to validate identity. It\u2019s not the same as encryption, it actually works in conjunction with encryption. Digital Signatures fall more into the category of hashing.<\/p>\n<p>Here\u2019s how it works. When you digitally sign something you use cryptographic key to leave a digital signature \u2013 that string of numbers \u2013 on whatever it is you\u2019re signing. The signature is then hashed along with the file and both the signed file and the hash value forwarded along. When the intended recipient receives the signed file, it\u2019s going to perform the same hash function that signer performed. Hashing takes data of any length and then outputs a fixed-length hash value.<\/p>\n<p>For instance, SHA-256, the hashing algorithm associated with most SSL certificates outputs hash values that 256 bits in length, this is usually represented by a 64 character hexadecimal string. If the hash values match, the signature is authentic and the file\u2019s integrity intact.<\/p>\n<h2>What is a digital certificate?<\/h2>\n<p>A digital certificate is an <strong>X.509 certificate<\/strong> that asserts endpoint identity and facilitates encrypted connections\u2014at least in the context of SSL. We use digital certificates for all range of things, everything from web servers to IoT devices. For the sake of this discussion, let\u2019s stick to SSL\/TLS and how they work in that context.<\/p>\n<p>When a browser arrives at the website, it receives a copy of the SSL certificate that\u2019s installed on that server (for the respective site) and performs a series of checks to ensure that the certificate is authentic. The certificate asserts the identity of the server (and possibly organization information depending on certificate type). It also facilitates secure connections between the sites and its users by helping to establish the parameters of the connection (what ciphers and algorithms will be used).<\/p>\n<h2>How do Digital Signatures and Digital Certificates differ?<\/h2>\n<p>Well, as we\u2019ve just established a digital signature is a string of decimals that is affixed to a file to assist with identifying the signer and ensuring its integrity. A digital certificate is itself a file that is used to assert identity and to facilitate encrypted connections.<\/p>\n<h2>How do digital signatures and digital certificates work together in SSL?<\/h2>\n<p>Have you ever wondered how your browser knows whether to trust an SSL certificate? Here\u2019s how it works. Every browser uses a root store, which is a collection of trusted roots that is pre-downloaded on your system. Each one of these roots has trusted status by virtue of being saved on your computer. When an SSL certificate is issued, what\u2019s really happening is you\u2019re sending an unsigned certificate to a trusted Certificate Authority, they then validate the information contained in the certificate and applies its digital signature using one of its roots\u2019 private keys.<\/p>\n<p>Or at least, that\u2019s how it works in theory. In reality, trusted roots are much too valuable to issue directly from. Any issue that caused revocation of the root would end up invalidating every SSL certificate it had ever digitally signed. So instead, CAs spin up Intermediate roots. These Intermediate certificates are digitally signed with one of the roots\u2019 private keys, and then the intermediate\u2019s private key is used to digitally sign end user (or leaf) SSL certificates.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-4610\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\" alt=\"how do digital signatures and digital certificates work together in ssl\" width=\"730\" height=\"547\" srcset=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png 730w, https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl-300x225.png 300w\" sizes=\"(max-width: 730px) 100vw, 730px\" \/><\/p>\n<p>Sometimes CAs spin up Intermediate roots for sub-CAs or just use them to issue themselves. There can be multiple intermediates involved in the certificate chain, too.<\/p>\n<p>In order for a browser to trust an end user <a href=\"https:\/\/cheapsslsecurity.com\/blog\/ssl-certificates-for-website-security\/\">SSL certificate<\/a>, it has to follow the certificate chain. It does this by checking what certificate\u2019s private key was used to digitally sign the certificate. Then it looks at the intermediate certificate to see what certificate\u2019s private key was used to sign that. It continues following digital signatures up to the certificate chain until it links back to one of the roots in its trust store.<\/p>\n<p>If the leaf certificate is descendant from one of the trusted roots, by extension the browser trusts it, too. If not, a browser warning is displayed instead.<\/p>\n<p>The digital signature is crucial for authenticating the digital certificate itself.<\/p>\n<p><img decoding=\"async\" class=\"wp-image-573 size-thumbnail alignleft\" src=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/ssl-lock-icon.png\" alt=\"green pad lock\" width=\"70\" height=\"97\" \/>Both Digital Certificate and Digital Signature is must for the encryption and security of our website and our sensitive\/confidential information.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/sslbrands\/comodo.html\">Buy Comodo SSL Certificates at $5.45<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the difference between a digital signature and a digital certificate Both digital signatures and digital certificates play a huge part in the SSL\/TLS ecosystem, and understanding their similarities and differences can be instructional in understanding Public Key Encryption. Digital Certificate vs Digital signature Let\u2019s start with a digital signature, then we\u2019ll look at<\/p>\n","protected":false},"author":8,"featured_media":4610,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-4604","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ssl-pki"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Digital Signature vs. Digital Certificate - The difference Explained<\/title>\n<meta name=\"description\" content=\"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Digital Signature vs. Digital Certificate - The difference Explained\" \/>\n<meta property=\"og:description\" content=\"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Savvy Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cheapsslsecurities\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-10T07:52:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-26T15:31:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\" \/>\n\t<meta property=\"og:image:width\" content=\"730\" \/>\n\t<meta property=\"og:image:height\" content=\"547\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Savvy Security\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:site\" content=\"@sslsecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Savvy Security\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/\"},\"author\":{\"name\":\"Savvy Security\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"headline\":\"Digital Signature vs. Digital Certificate: The Difference Explained\",\"datePublished\":\"2018-09-10T07:52:54+00:00\",\"dateModified\":\"2021-01-26T15:31:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/\"},\"wordCount\":818,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\",\"articleSection\":[\"SSL &amp; PKI\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/\",\"name\":\"Digital Signature vs. Digital Certificate - The difference Explained\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\",\"datePublished\":\"2018-09-10T07:52:54+00:00\",\"dateModified\":\"2021-01-26T15:31:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\"},\"description\":\"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png\",\"width\":730,\"height\":547,\"caption\":\"how do digital signatures and digital certificates work together in ssl\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/digital-signature-vs-digital-certificate-the-difference-explained\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Digital Signature vs. Digital Certificate: The Difference Explained\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/\",\"name\":\"Savvy Security\",\"description\":\"Practical cybersecurity advice\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/#\\\/schema\\\/person\\\/1ce9a5743b7f25b5be6e4972864b4493\",\"name\":\"Savvy Security\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g\",\"caption\":\"Savvy Security\"},\"description\":\"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\\\/7 security teams.\",\"sameAs\":[\"blogadmin\"],\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/blog\\\/author\\\/blogadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Digital Signature vs. Digital Certificate - The difference Explained","description":"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.","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:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/","og_locale":"en_US","og_type":"article","og_title":"Digital Signature vs. Digital Certificate - The difference Explained","og_description":"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.","og_url":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/","og_site_name":"Savvy Security","article_publisher":"https:\/\/www.facebook.com\/cheapsslsecurities","article_published_time":"2018-09-10T07:52:54+00:00","article_modified_time":"2021-01-26T15:31:20+00:00","og_image":[{"width":730,"height":547,"url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png","type":"image\/png"}],"author":"Savvy Security","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"Savvy Security","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/"},"author":{"name":"Savvy Security","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"headline":"Digital Signature vs. Digital Certificate: The Difference Explained","datePublished":"2018-09-10T07:52:54+00:00","dateModified":"2021-01-26T15:31:20+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/"},"wordCount":818,"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png","articleSection":["SSL &amp; PKI"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/","url":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/","name":"Digital Signature vs. Digital Certificate - The difference Explained","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png","datePublished":"2018-09-10T07:52:54+00:00","dateModified":"2021-01-26T15:31:20+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493"},"description":"Here is the perfect reading source that explains the actual difference betwenen the Digital Signature vs. Digital Certificate.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png","contentUrl":"https:\/\/cheapsslsecurity.com\/blog\/wp-content\/uploads\/2018\/09\/how-do-digital-signatures-and-digital-certificates-work-together-in-ssl.png","width":730,"height":547,"caption":"how do digital signatures and digital certificates work together in ssl"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/blog\/digital-signature-vs-digital-certificate-the-difference-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cheapsslsecurity.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Digital Signature vs. Digital Certificate: The Difference Explained"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/blog\/#website","url":"https:\/\/cheapsslsecurity.com\/blog\/","name":"Savvy Security","description":"Practical cybersecurity advice","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/blog\/#\/schema\/person\/1ce9a5743b7f25b5be6e4972864b4493","name":"Savvy Security","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4e5539150b16b5af1d22136f03dedda89a96babb3e9b5ceb18c2bde4e1dcba57?s=96&d=mm&r=g","caption":"Savvy Security"},"description":"Welcome to Savvy Security, a blog focused on providing practical cybersecurity advice for website owners and small businesses. Our team brings you the latest news, best practices and tips you can use to protect your business...without a multi-million dollar budget or 24\/7 security teams.","sameAs":["blogadmin"],"url":"https:\/\/cheapsslsecurity.com\/blog\/author\/blogadmin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/4604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/comments?post=4604"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/posts\/4604\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media\/4610"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/media?parent=4604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/categories?post=4604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/blog\/wp-json\/wp\/v2\/tags?post=4604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}