From: Ralf Jung Date: Thu, 10 May 2018 23:11:13 +0000 (+0200) Subject: update links in LEtiny post X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/4ac4aea115cb3407a321dd8d3ba6c1a2e17ebde2 update links in LEtiny post also update upload script --- diff --git a/ralf/_posts/2017-12-26-lets-encrypt.md b/ralf/_posts/2017-12-26-lets-encrypt.md index f8f848d..3f4fbee 100644 --- a/ralf/_posts/2017-12-26-lets-encrypt.md +++ b/ralf/_posts/2017-12-26-lets-encrypt.md @@ -26,11 +26,12 @@ The client is based on [acme-tiny](https://github.com/diafygi/acme-tiny), a beautifully small Python library (<200 lines) speaking the ACME protocol. That's the protocol developed by Let's Encrypt to communicate with an automated CA. I duly called my client "Let's Encrypt Tiny", and with less than 250 lines -I think that name is still fair. For now, -[Let's Encrypt Tiny](https://github.com/RalfJung/server-scripts/blob/master/letsencrypt-tiny) -resides in my [server-scripts](https://github.com/RalfJung/server-scripts) -repository, and it will stay there until anyone else has an interesting in using -it. ;) +I think that name is still fair. For now, Let's Encrypt Tiny resides in my +[server-scripts](https://github.com/RalfJung/server-scripts) repository, and it +will stay there until anyone else has an interesting in using it. ;) + +**Update:** Let's Encrypt Tiny now has its +[own repository](https://github.com/RalfJung/lets-encrypt-tiny). **/Update** The central concept of Let's Encrypt Tiny is a "certificate line" -- a sequence of certificates, possibly for different private keys, that "belong together" in @@ -258,4 +259,4 @@ added to my zone. At least 25h later (I have the TTL set to 24h), the key gets unstaged, and the old TLSA record is removed from the zone. That's it! If you have any questions, feel free to report -[issues at GitHub](https://github.com/RalfJung/server-scripts/issues). +[issues at GitHub](https://github.com/RalfJung/lets-encrypt-tiny/issues). diff --git a/ralf/upload.sh b/ralf/upload.sh index 4c4d7c6..6733051 100755 --- a/ralf/upload.sh +++ b/ralf/upload.sh @@ -3,4 +3,4 @@ cd "$(dirname "$0")" jekyll build cd _site -rsync ./ ralfj.de:srv/www.ralfj.de/docroot/ -aP +rsync ./ www.ralfj.de:/srv/www.ralfj.de/docroot/ -aP