{"id":705,"date":"2019-09-05T18:07:59","date_gmt":"2019-09-05T18:07:59","guid":{"rendered":"https:\/\/cheapsslsecurity.com\/p\/?p=705"},"modified":"2020-11-26T08:33:41","modified_gmt":"2020-11-26T08:33:41","slug":"how-do-i-create-a-self-signed-code-signing-certificate-through-openssl","status":"publish","type":"post","link":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/","title":{"rendered":"How Do I Create a Self-Signed Code Signing Certificate Through OpenSSL?"},"content":{"rendered":"<p>As a developer, you know the importance of signing your software or app. After all, the two main purposes for creating and using a certificate authority (CA)-backed <a href=\"https:\/\/cheapsslsecurity.com\/sslproducts\/codesigningcertificate.html\">code signing certificate<\/a> are to:<\/p>\n<ol>\n<li>validate your organization\u2019s identity, and<\/li>\n<li>protect the integrity of your software.<\/li>\n<\/ol>\n<p><!--more--><\/p>\n<p>However, to try to cut corners on costs or use use it strictly for development and testing, you may get a wild hair and decide to create a code signing certificate that you sign yourself. Here\u2019s why that can be a really, really bad idea.<\/p>\n<h2>Danger! Danger, Will Robinson: Why You Shouldn\u2019t Create a Code Signing Certificate<\/h2>\n<p>When you try to <a href=\"https:\/\/cheapsslsecurity.com\/blog\/self-signed-ssl-versus-trusted-ca-signed-ssl-certificate\/\">self-sign a code signing certificate rather than using one signed by a certificate authority<\/a>, you\u2019re creating a litany of problems. After all, you\u2019re trying to bypass having a <a href=\"https:\/\/cheapsslsecurity.com\/sslbrands.html\">trusted third party<\/a> \u2014 a CA \u2014 vet you and issue a certificate that you can use to sign off on your code. So, why should the browsers or something like Microsoft SmartScreen trust you if you\u2019re not giving them a reason to?<\/p>\n<p>Simply put \u2014 they shouldn\u2019t. Vouching for yourself is awfully shady because it looks like you can\u2019t get validation from a third-party entity such as CA. You know, the entities that are trusted by virtually all of the major browsers. Creating a self-signed code signing certificate to \u201cvalidate\u201d your work is like trying to issue yourself a voting card, a driver\u2019s license, or using yourself as a reference when applying for a job: It just doesn\u2019t work, and no one\u2019s going to trust it.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-576 lazyload\" data-src=\"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png\" alt=\"Graphic: Unknown publisher java code signing certificate error message\" width=\"457\" height=\"370\" data-srcset=\"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png 457w, https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher-300x243.png 300w, https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher-371x300.png 371w\" data-sizes=\"(max-width: 457px) 100vw, 457px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 457px; --smush-placeholder-aspect-ratio: 457\/370;\" \/><\/p>\n<p>Still, regardless of our warnings, if you decide to try to self-sign a code signing certificate anyhow in OpenSSL, here\u2019s the process:<\/p>\n<h2>How to Create a Self-Signed Code Signing Certificate in OpenSSL<\/h2>\n<p><em>Note: This process should <strong>only<\/strong> be done for the purpose of development\/testing. It should <strong>never<\/strong> be used on a live, external-facing page as it will generate an error in the client browser warning them that the CA isn\u2019t known or trusted. <\/em><\/p>\n<p>Now that the warnings are out of the way, here\u2019s how to create a code signing certificate in OpenSSL.<\/p>\n<div class=\"graysection\">\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/blog\/ev-code-signing-vs-regular-code-signing\/\">EV Code Signing Certificate Vs. Regular Code Signing \u2014 Difference Explained<\/a><\/p>\n<\/div>\n<h2>Generate a Code Signing Certificate via the New-SelfSignedCertificate-cmdlet<\/h2>\n<p>The first thing you\u2019ll need to do is generate a code signing certificate in OpenSSL using Linux, PowerShell, Windows Command, etc. For this example, we\u2019re going to use PowerShell\u2019s New-SelfSignedCertificate-cmdlet.<\/p>\n<p>When you have administrator rights, enter the following command:<br \/>\n<code>$cert = New-SelfSignedCertificate -DNSName \"Example Self-Signed Code Signing for Domain.com\" -CertStoreLocation Cert:\\CurrentUser\\My -Type CodeSigningCert -Subject \u201cExample Code Signing\u201d<\/code><\/p>\n<p>This will add your certificate to your certificate store.<\/p>\n<p>But why go to all of this trouble and risk forgetting to add a CA-signed certificate when you know you\u2019re going to need to get one anyhow when your product becomes external-facing?<\/p>\n<p>Save yourself the headache and get a CA-signed code signing certificate.<\/p>\n<h2>CA-Signed Code Signing Certificates Aren\u2019t as Cost-Prohibitive as You May Think<\/h2>\n<p>Code Signing certificates from reputable and trusted CAs aren\u2019t as expensive as you may think. They\u2019re actually quite reasonable when you purchase them from a place like CheapSSLSecurity.com. This is because we buy so many code signing certificates at once and have a sterling reputation with the CAs that they give us the certificates at cost when you\u2019d have to pay the MSRP if you approached them directly.<\/p>\n<p>Check out our code signing options from several major brands like Comodo CA, Sectigo, Thawte and Symantec.<\/p>\n<div class=\"graysection\">\n<h2>Purchase a Code Signing Certificate from CheapSSLSecurity &amp; Save Up to 59%!<\/h2>\n<p>We offer the best discount on code signing certificates starting as low as $69.17 per year.<\/p>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/sslproducts\/codesigningcertificate.html\">Shop All Code Signing Certificate<\/a><\/p>\n<\/div>\n<p><a class=\"comparebtn\" href=\"https:\/\/cheapsslsecurity.com\/blog\/what-is-a-certificate-authority-ca\/\">What Is A Certificate Authority (CA)?<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As a developer, you know the importance of signing your software or app. After all, the two main purposes for creating and using a certificate authority (CA)-backed code signing certificate are to: validate your organization\u2019s identity, and protect the integrity &hellip; <a href=\"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[63],"class_list":["post-705","post","type-post","status-publish","format-standard","hentry","category-code-signing","tag-self-signed-code-signing-certificate"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Create a Self-Signed Code Signing Through OpenSSL?<\/title>\n<meta name=\"description\" content=\"Although it&#039;s not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\/testing.\" \/>\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\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Create a Self-Signed Code Signing Through OpenSSL?\" \/>\n<meta property=\"og:description\" content=\"Although it&#039;s not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\/testing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/\" \/>\n<meta property=\"og:site_name\" content=\"Cheap SSL Security\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CheapSSLSecurities\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-05T18:07:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-11-26T08:33:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png\" \/>\n<meta name=\"author\" content=\"casey.crane\" \/>\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=\"casey.crane\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/\"},\"author\":{\"name\":\"casey.crane\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"headline\":\"How Do I Create a Self-Signed Code Signing Certificate Through OpenSSL?\",\"datePublished\":\"2019-09-05T18:07:59+00:00\",\"dateModified\":\"2020-11-26T08:33:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/\"},\"wordCount\":626,\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/UnknownPublisher.png\",\"keywords\":[\"self signed code signing certificate\"],\"articleSection\":[\"Code Signing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/\",\"name\":\"How Do I Create a Self-Signed Code Signing Through OpenSSL?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/UnknownPublisher.png\",\"datePublished\":\"2019-09-05T18:07:59+00:00\",\"dateModified\":\"2020-11-26T08:33:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\"},\"description\":\"Although it's not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\\\/testing.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/UnknownPublisher.png\",\"contentUrl\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/UnknownPublisher.png\",\"width\":457,\"height\":370,\"caption\":\"Graphic: Unknown publisher java code signing certificate error message\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"SSL Help\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code Signing\",\"item\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/code-signing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How Do I Create a Self-Signed Code Signing Certificate Through OpenSSL?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#website\",\"url\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/\",\"name\":\"Cheap SSL Security\",\"description\":\"Shop for SSL Certificates at Cheap Prices\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cheapsslsecurity.com\\\/p\\\/#\\\/schema\\\/person\\\/d9c1744bb0931c1942814061a5aca108\",\"name\":\"casey.crane\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g\",\"caption\":\"casey.crane\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Create a Self-Signed Code Signing Through OpenSSL?","description":"Although it's not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\/testing.","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\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Create a Self-Signed Code Signing Through OpenSSL?","og_description":"Although it's not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\/testing.","og_url":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/","og_site_name":"Cheap SSL Security","article_publisher":"https:\/\/www.facebook.com\/CheapSSLSecurities","article_published_time":"2019-09-05T18:07:59+00:00","article_modified_time":"2020-11-26T08:33:41+00:00","og_image":[{"url":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png","type":"","width":"","height":""}],"author":"casey.crane","twitter_card":"summary_large_image","twitter_creator":"@sslsecurity","twitter_site":"@sslsecurity","twitter_misc":{"Written by":"casey.crane","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#article","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/"},"author":{"name":"casey.crane","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"headline":"How Do I Create a Self-Signed Code Signing Certificate Through OpenSSL?","datePublished":"2019-09-05T18:07:59+00:00","dateModified":"2020-11-26T08:33:41+00:00","mainEntityOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/"},"wordCount":626,"image":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png","keywords":["self signed code signing certificate"],"articleSection":["Code Signing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/","url":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/","name":"How Do I Create a Self-Signed Code Signing Through OpenSSL?","isPartOf":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#primaryimage"},"image":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#primaryimage"},"thumbnailUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png","datePublished":"2019-09-05T18:07:59+00:00","dateModified":"2020-11-26T08:33:41+00:00","author":{"@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108"},"description":"Although it's not recommended for external-facing use cases, you can create a code signing certificate to sign off on your code for development\/testing.","breadcrumb":{"@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#primaryimage","url":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png","contentUrl":"https:\/\/cheapsslsecurity.com\/p\/wp-content\/uploads\/2019\/08\/UnknownPublisher.png","width":457,"height":370,"caption":"Graphic: Unknown publisher java code signing certificate error message"},{"@type":"BreadcrumbList","@id":"https:\/\/cheapsslsecurity.com\/p\/how-do-i-create-a-self-signed-code-signing-certificate-through-openssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"SSL Help","item":"https:\/\/cheapsslsecurity.com\/p\/"},{"@type":"ListItem","position":2,"name":"Code Signing","item":"https:\/\/cheapsslsecurity.com\/p\/code-signing\/"},{"@type":"ListItem","position":3,"name":"How Do I Create a Self-Signed Code Signing Certificate Through OpenSSL?"}]},{"@type":"WebSite","@id":"https:\/\/cheapsslsecurity.com\/p\/#website","url":"https:\/\/cheapsslsecurity.com\/p\/","name":"Cheap SSL Security","description":"Shop for SSL Certificates at Cheap Prices","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cheapsslsecurity.com\/p\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cheapsslsecurity.com\/p\/#\/schema\/person\/d9c1744bb0931c1942814061a5aca108","name":"casey.crane","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c18d819d34a1995e91a4aa7518e9048df7856f336a1ede2262a572db7b1c2506?s=96&d=mm&r=g","caption":"casey.crane"}}]}},"_links":{"self":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/705","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/comments?post=705"}],"version-history":[{"count":0,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/posts\/705\/revisions"}],"wp:attachment":[{"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/media?parent=705"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/categories?post=705"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapsslsecurity.com\/p\/wp-json\/wp\/v2\/tags?post=705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}