{"id":13329,"date":"2023-11-01T17:10:16","date_gmt":"2023-11-01T21:10:16","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=13329"},"modified":"2023-11-01T17:10:19","modified_gmt":"2023-11-01T21:10:19","slug":"delete-a-certbot-lets-encrypt-certificate-from-ubuntu","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/","title":{"rendered":"The Correct Way to Delete a Certbot (Let’s Encrypt) Certificate from Ubuntu"},"content":{"rendered":"\n

Let’s Encrypt, a free and open certificate authority, has made it incredibly easy to secure your websites with SSL\/TLS<\/a> certificates. Certbot, a popular ACME (Automated Certificate Management Environment) client, simplifies the process of obtaining and renewing Let’s Encrypt certificates. However, there might come a time when you need to remove a certificate, whether it’s because the domain is no longer in use or you’ve encountered issues. In this guide, we’ll walk you through the correct and safe way to delete a Certbot certificate from your Ubuntu<\/a> server.<\/p>\n\n\n\n

1. Verify Your Certificates<\/strong><\/h2>\n\n\n\n

Before deleting any certificate, it’s crucial to confirm which certificates are currently installed on your server. You can list your certificates using the certbot<\/code> command. Open your terminal and run the following command:<\/p>\n\n\n\n

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

This command will provide you with a list of the certificates you have obtained, including their domains and expiration dates. Make a note of the certificate you want to delete.<\/p>\n\n\n\n

2. Delete the Certificate<\/strong><\/h2>\n\n\n\n

To delete a Certbot certificate, you should use the certbot delete<\/code> command followed by the certificate name or domain you want to remove. Replace your-certificate-name<\/code> with the actual name or domain associated with the certificate you want to delete:<\/p>\n\n\n\n

$ sudo certbot delete --cert-name your-certificate-name<\/code><\/pre>\n\n\n\n

For example, if you have a certificate associated with the domain “example.com,” the command would be:<\/p>\n\n\n\n

$ sudo certbot delete --cert-name example.com<\/code><\/pre>\n\n\n\n

3. Confirm the Deletion<\/strong><\/h2>\n\n\n\n

After running the deletion command, Certbot will ask for confirmation. Review the information carefully, as you cannot undo this action. Type ‘y’ and press Enter to confirm the deletion.<\/p>\n\n\n\n

Are you sure you want to delete the certificate(s)? (y\/N)<\/code><\/pre>\n\n\n\n

4. Remove Apache or Nginx Configuration<\/strong><\/h2>\n\n\n\n

Deleting the certificate using Certbot removes the certificate files, but it doesn’t automatically remove the configuration for the domain in your web server (e.g., Apache or Nginx<\/a>). You should also remove the related configuration files.<\/p>\n\n\n\n

For Apache<\/a>, you can use the a2dissite<\/code> command to disable the site configuration:<\/p>\n\n\n\n

$ sudo a2dissite your-certificate-name<\/code><\/pre>\n\n\n\n

Then, reload Apache to apply the changes:<\/p>\n\n\n\n

$ sudo systemctl reload apache2<\/code><\/pre>\n\n\n\n

For Nginx, remove the symbolic link from the sites-enabled<\/code> directory:<\/p>\n\n\n\n

$ sudo rm \/etc\/nginx\/sites-enabled\/your-certificate-name<\/code><\/pre>\n\n\n\n

After removing the configuration, reload Nginx:<\/p>\n\n\n\n

$ sudo systemctl reload nginx<\/code><\/pre>\n\n\n\n

5. Test Your Configuration<\/strong><\/h2>\n\n\n\n

Finally, after deleting the certificate and its associated configuration, it’s essential to test your web server’s configuration to ensure there are no issues. Use the following command to check the configuration syntax for Apache:<\/p>\n\n\n\n

$ sudo apachectl configtest<\/code><\/pre>\n\n\n\n

For Nginx, use:<\/p>\n\n\n\n

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

Both commands should return a message indicating that the configuration is okay. If there are any issues, make the necessary adjustments to your web server’s configuration files.<\/p>\n\n\n\n

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

Deleting a Certbot (Let’s Encrypt) certificate from your Ubuntu server is a straightforward process when done correctly. It involves using the certbot delete<\/code> command to remove the certificate and then cleaning up the web server configuration, if needed. It’s crucial to verify your certificates, confirm the deletion, and carefully remove any associated server configuration to prevent issues.<\/p>\n\n\n\n

By following these steps, you can maintain your server’s SSL\/TLS certificates efficiently and keep your web server configurations in a clean and organized state. Always exercise caution when removing certificates, as mistakes in this process can lead to security or service issues on your server.<\/p>\n","protected":false},"excerpt":{"rendered":"

Let’s Encrypt, a free and open certificate authority, has made it incredibly easy to secure your websites with SSL\/TLS certificates. Certbot, a popular ACME (Automated Certificate Management Environment) client, simplifies…<\/p>\n","protected":false},"author":1,"featured_media":13385,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,16],"tags":[58,193,354,400,424,433,449,526,531,555,591,598,635],"yoast_head":"\nCorrect Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu<\/title>\n<meta name=\"description\" content=\"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system\" \/>\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\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Correct Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu\" \/>\n<meta property=\"og:description\" content=\"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\" \/>\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=\"2023-11-01T21:10:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-01T21:10:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"The Correct Way to Delete a Certbot (Let’s Encrypt) Certificate from Ubuntu\",\"datePublished\":\"2023-11-01T21:10:16+00:00\",\"dateModified\":\"2023-11-01T21:10:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\"},\"wordCount\":511,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg\",\"keywords\":[\"Apache\",\"DevOps\",\"Linux\",\"Nginx\",\"Open Source\",\"Optimization\",\"Performance\",\"Security\",\"Server\",\"SSL\",\"Tools\",\"Ubuntu\",\"Web\"],\"articleSection\":[\"Articles\",\"Guides\",\"How To\",\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\",\"url\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\",\"name\":\"Correct Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg\",\"datePublished\":\"2023-11-01T21:10:16+00:00\",\"dateModified\":\"2023-11-01T21:10:19+00:00\",\"description\":\"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg\",\"width\":1280,\"height\":680,\"caption\":\"Delete a Certbot Let's Encrypt Certificate\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Correct Way to Delete a Certbot (Let’s Encrypt) Certificate from Ubuntu\"}]},{\"@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":"Correct Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu","description":"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system","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\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"Correct Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu","og_description":"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system","og_url":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2023-11-01T21:10:16+00:00","article_modified_time":"2023-11-01T21:10:19+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.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":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"The Correct Way to Delete a Certbot (Let’s Encrypt) Certificate from Ubuntu","datePublished":"2023-11-01T21:10:16+00:00","dateModified":"2023-11-01T21:10:19+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/"},"wordCount":511,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg","keywords":["Apache","DevOps","Linux","Nginx","Open Source","Optimization","Performance","Security","Server","SSL","Tools","Ubuntu","Web"],"articleSection":["Articles","Guides","How To","Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/","url":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/","name":"Correct Way to Delete a Certbot (Let's Encrypt) Certificate Ubuntu","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg","datePublished":"2023-11-01T21:10:16+00:00","dateModified":"2023-11-01T21:10:19+00:00","description":"These are the steps to follow tp correctly delete a Certbot (Let's Encrypt) Certificate on an Ubuntu Linux system","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/11\/Delete-Certbot-Lets-Encrypt-Certificate.jpg","width":1280,"height":680,"caption":"Delete a Certbot Let's Encrypt Certificate"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/delete-a-certbot-lets-encrypt-certificate-from-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"The Correct Way to Delete a Certbot (Let’s Encrypt) Certificate from Ubuntu"}]},{"@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\/13329"}],"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=13329"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13329\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/13385"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=13329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=13329"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=13329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}