{"id":9409,"date":"2021-01-11T01:53:56","date_gmt":"2021-01-11T06:53:56","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=9409"},"modified":"2021-12-04T06:08:01","modified_gmt":"2021-12-04T06:08:01","slug":"set-up-lets-encrypt-certbot-ubuntu-20-04","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/","title":{"rendered":"How to Set up Let’s Encrypt With Certbot on Ubuntu 20.04 | 18.04"},"content":{"rendered":"\n

In this quick guide, we will show you how to set up Let’s Encrypt with Certbot on Ubuntu<\/a> 20.04 and older. The instructions here will also apply to Debian<\/a> systems.<\/p>\n\n\n\n

Let’s Encrypt is a free, automated, and open certificate authority managed by the nonprofit Internet Security Research Group (ISRG).<\/p>\n\n\n\n

It provides X.509 certificates for Transport Layer Security encryption at no charge. The Let’s Encrypt certificates are valid for 90 days after which they are due for renewal.<\/p>\n\n\n\n

Certbot on the other hand is a command-line utility that is used for managing Let’s Encrypt SSL certificates on a Linux system. Certbot allows you to request a new SSL certificate, automatically do the authorization and configuration of your web server. It also facilitates the manual or auto-renewal of certificates issued by the Let’s Encrypt certificate authority.<\/p>\n\n\n\n

Steps to set up Let’s Encrypt<\/h2>\n\n\n\n

For this process to succeed, one must have a valid domain name pointed to by DNS as well as an active web server. The most common is the Apache<\/a> web server and Nginx<\/a>. But any other web server will do.<\/p>\n\n\n\n

Step 1 \u2013 Install Certbot<\/h2>\n\n\n\n
$ sudo apt install certbot<\/code><\/pre>\n\n\n\n

On Ubuntu 20.04 you have the option of using the snap package manager that comes with the distro by default as follows:<\/p>\n\n\n\n

$ sudo snap install --classic certbot<\/code><\/pre>\n\n\n\n

Step 2 \u2013 Generate SSL Certificate<\/h2>\n\n\n\n

You can now use Certbot to request the SSL certificate from Let’s encrypt for your web server as follows.<\/p>\n\n\n\n

1. Apache:<\/strong><\/p>\n\n\n\n

$ sudo certbot --apache<\/code><\/pre>\n\n\n\n

2.Nginx:<\/strong><\/p>\n\n\n\n

$ sudo certbot --nginx<\/code><\/pre>\n\n\n\n

The above commands will list all the domains and sub-domains that are active on your server as virtual hosts. They will be listed numerically. Follow the on-screen instructions and select the number that corresponds to the domains\/sub-domains you want the certificate to be valid for.<\/p>\n\n\n\n

Certbot will then proceed to configure the server appropriately.<\/p>\n\n\n\n

3. Other Web Servers<\/strong>: For the system having any other web servers other than Apache or Nginx, you can get the certificate only but you will have to configure it manually. This method can also be used for Apache and Nginx using the certonly<\/strong><\/em> option. You would want to use this option if you have some custom set up on your server for Apache and Nginx.<\/p>\n\n\n\n

$ sudo certbot certonly --webroot\n$ sudo certbot certonly --apache for manual Apache\n$ sudo certbot certonly --nginx for manual Nginx<\/code><\/pre>\n\n\n\n

Running the above command is similar to the automatic configuration process only that this time Certbot will create the certificate and print out the path where it has been stored on your file system. Make sure to take a note of the file location which you will later use in your web server configuration.<\/p>\n\n\n\n

4. No Web Server<\/strong> \u2013 You can also set up Let’s Encrypt even if you don’t have a web server. You can use the command below. This will ask you for the domain name then start a temporary web server on port 80 to complete the verification and issue the certificate.<\/p>\n\n\n\n

$ sudo certbot certonly --standalone<\/code><\/pre>\n\n\n\n

In all the above cases, the server through the domain must be accessible over the Internet. During the verification \/.well-known\/acme-challenge<\/strong> folder will be added for verification.<\/p>\n\n\n\n

Step 3 \u2013 Test SSL<\/h2>\n\n\n\n

Once the SSL certificate is installed on the webserver, you can test it by simply visiting https:\/\/yourdomain.com\/ in a web browser and looking for the SSL lock icon in the address bar. You can also do a security scan for the SSL setup on https:\/\/www.ssllabs.com\/ssltest\/<\/a> which will do a comprehensive audit of your Let’s Encrypt certificate. This is recommended especially if you set up your certificate manually as in the Other Web Servers set up above.<\/p>\n\n\n\n

How to Renew Let’s Encrypt SSL Certificate<\/h2>\n\n\n\n

Let\u2019s Encrypt certificates are issued for 3 months only. Usually, with Certbot the certificates will auto-renew so you will not have to do anything going forward. In the cases where you need to manually renew them such as when you used manual options for your setup then Certbot provides a way to renew the SSL certificate manually.<\/p>\n\n\n\n

With Let’s Encrypt you can renew your certificate anytime within 30 days of expiry. You can do so by running the following command:<\/p>\n\n\n\n

$ sudo certbot renew<\/code><\/pre>\n\n\n\n

This command will renew any certificates on your Linux system that are within 30 days of expiry.<\/p>\n\n\n\n

You can also do a mock renewal just to make sure all is well before doing the actual renewal by running the following command:<\/p>\n\n\n\n

$ sudo certbot renew --dry-run<\/code><\/pre>\n\n\n\n

Conclusion<\/h2>\n\n\n\n

That’s all! You should now be able to install Certbot on your Ubuntu 20.04 or older systems as well set up Let’s Encrypt SSL certificates as needed.<\/p>\n","protected":false},"excerpt":{"rendered":"

In this quick guide, we will show you how to set up Let’s Encrypt with Certbot on Ubuntu 20.04 and older. The instructions here will also apply to Debian systems….<\/p>\n","protected":false},"author":1,"featured_media":9410,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,9,16,18],"tags":[183,193,354,526,573,591,598,635,638,643],"yoast_head":"\nHow to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04<\/title>\n<meta name=\"description\" content=\"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04\" \/>\n<meta property=\"og:description\" content=\"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-11T06:53:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-04T06:08:01+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\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\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Set up Let’s Encrypt With Certbot on Ubuntu 20.04 | 18.04\",\"datePublished\":\"2021-01-11T06:53:56+00:00\",\"dateModified\":\"2021-12-04T06:08:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\"},\"wordCount\":739,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg\",\"keywords\":[\"Debian\",\"DevOps\",\"Linux\",\"Security\",\"Systems Administration\",\"Tools\",\"Ubuntu\",\"Web\",\"Web Development\",\"Websites\"],\"articleSection\":[\"Articles\",\"How To\",\"Technology\",\"Tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\",\"url\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\",\"name\":\"How to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg\",\"datePublished\":\"2021-01-11T06:53:56+00:00\",\"dateModified\":\"2021-12-04T06:08:01+00:00\",\"description\":\"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg\",\"width\":1200,\"height\":630,\"caption\":\"Set up Let's Encrypt\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Set up Let’s Encrypt With Certbot on Ubuntu 20.04 | 18.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04","description":"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian","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":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04","og_description":"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian","og_url":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2021-01-11T06:53:56+00:00","article_modified_time":"2021-12-04T06:08:01+00:00","og_image":[{"width":1200,"height":630,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Set up Let’s Encrypt With Certbot on Ubuntu 20.04 | 18.04","datePublished":"2021-01-11T06:53:56+00:00","dateModified":"2021-12-04T06:08:01+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/"},"wordCount":739,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg","keywords":["Debian","DevOps","Linux","Security","Systems Administration","Tools","Ubuntu","Web","Web Development","Websites"],"articleSection":["Articles","How To","Technology","Tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/","url":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/","name":"How to Set up Let's Encrypt With Certbot on Ubuntu 20.04 | 18.04","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg","datePublished":"2021-01-11T06:53:56+00:00","dateModified":"2021-12-04T06:08:01+00:00","description":"In this quick guide we will show you how to set up Let's Encrypt with certbot on Ubuntu 20.04 and older and this will also apply to Debian","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/01\/setup-lets-encrypt-certbot.jpg","width":1200,"height":630,"caption":"Set up Let's Encrypt"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/set-up-lets-encrypt-certbot-ubuntu-20-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Set up Let’s Encrypt With Certbot on Ubuntu 20.04 | 18.04"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/9409"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=9409"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/9409\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/9410"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=9409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=9409"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=9409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}