summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-01-02 12:13:04 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-01-02 12:13:04 +0000
commitcc7daf546c7ac2c5b5bc3c9071486f3de39952aa (patch)
treee460e41432521118ec054b82f025bc85abd5e6b6
parent423fe751e3193857a68d3ada17de520289e48dfc (diff)
downloadinfrastructure-cc7daf546c7ac2c5b5bc3c9071486f3de39952aa.tar.gz
README.md: Use specific version of letsencrypt-mythic-dns01
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a93908a5..a9d3cdcb 100644
--- a/README.md
+++ b/README.md
@@ -447,6 +447,11 @@ To generate the SSL certs, first you need to clone the following repositories:
git clone https://github.com/lukas2511/letsencrypt.sh.git
git clone https://github.com/mythic-beasts/letsencrypt-mythic-dns01.git
+ # The newest version of the script fails to authenticate, move to a known
+ # working version.
+ cd letsencrypt-mythic-dns01
+ git checkout 3ce4c7a367f35122acbbf496f498114364f6cfa6
+ cd ..
The version used the first time was `0.4.0` with sha `116386486b3749e4c5e1b4da35904f30f8b2749b`,
(just in case future releases break these instructions)