From 33183104e21ff67b27a67d9e3004ca6d4b9632f9 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 19 Jul 2021 22:36:09 +0100 Subject: Remove index.html from atom and sitemap to match urls used on the site --- www/posts/letsencrypt/atom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/posts/letsencrypt/atom.xml') diff --git a/www/posts/letsencrypt/atom.xml b/www/posts/letsencrypt/atom.xml index 3c27726..4feba15 100644 --- a/www/posts/letsencrypt/atom.xml +++ b/www/posts/letsencrypt/atom.xml @@ -2,13 +2,13 @@ The Home of David T. Sadler - All Posts About Let's Encrypt https://davidtsadler.com/posts/letsencrypt/atom.xml - + 2021-05-28T12:00:00Z Pre and Post Validation Hooks with Certbot - https://davidtsadler.com/posts/letsencrypt/2021-05-28/pre-and-post-validation-hooks-with-certbot/index.html - + https://davidtsadler.com/posts/letsencrypt/2021-05-28/pre-and-post-validation-hooks-with-certbot/ + David T. Sadler. 2021-05-28T12:00:00Z 2021-05-28T12:00:00Z @@ -30,8 +30,8 @@ PASSWORD='super strong password' curl -s -X DELETE -d &quot;$CERTBOT_VALIDATION&quot; --user $EMAIL:$PASSWORD https://examplemailinaboxserver.com/admin/dns/custom/_acme-challenge.$CERTBOT_DOMAIN/txt</code></pre><p>With these scripts I can setup the below cron job to call certbot.</p><pre>0 0 * * * /usr/bin/certbot renew --preferred-challenges=dns -q --manual-auth-hook /path/to/auth.sh --manual-cleanup-hook /path/to/cleanup.sh &gt; /dev/null 2&gt;&amp;1</pre><h3>Links</h3><a href="https://letsencrypt.org/docs/challenge-types/#dns-01-challenge">Let's Encrypt DNS-01 challenge.</a><a href="https://certbot.eff.org/docs/using.html#pre-and-post-validation-hooks">Certbot manual on pre and post validation hooks.</a><a href="https://mailinabox.email">Mail-in-a-Box. Self hosting mail server.</a><a href="/posts/letsencrypt/">Let's Encrypt - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a> Wildcard Certificates with Let's Encrypt - https://davidtsadler.com/posts/letsencrypt/2021-05-27/wildcard-certificates-with-lets-encrypt/index.html - + https://davidtsadler.com/posts/letsencrypt/2021-05-27/wildcard-certificates-with-lets-encrypt/ + David T. Sadler. 2021-05-27T12:00:00Z 2021-05-27T12:00:00Z -- cgit v1.2.3-13-gbd6f