Browse Source

Update README

master
Chris Smith 6 years ago
parent
commit
af840d7ece
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

@@ -1,6 +1,6 @@
1 1
 # Let's Encrypt Generic DNS Service
2 2
 
3
-This container uses [letsencrypt.sh](https://github.com/lukas2511/letsencrypt.sh)
3
+This container uses [dehydrated](https://github.com/lukas2511/dehydrated)
4 4
 to automatically obtain SSL certs from [Let's Encrypt](https://letsencrypt.org/).
5 5
 
6 6
 You need to provide a hook that will perform DNS updates on your domains.
@@ -39,7 +39,7 @@ automatically applied.
39 39
 To verify that you own the domain, a TXT record needs to be automatically
40 40
 created for it. For this container, you must provide a hook that can do
41 41
 the update. See the documentation for
42
-[letsencrypt.sh](https://github.com/lukas2511/letsencrypt.sh) for details
42
+[dehydrated](https://github.com/lukas2511/dehydrated) for details
43 43
 on the arguments it takes.
44 44
 
45 45
 The container expects an executable at `/dns/hook`, so you'll need to

Loading…
Cancel
Save