Add notes about getting LE certs using acme.sh

This commit is contained in:
Basti 2018-08-28 14:31:38 +02:00
parent d0f2275ebb
commit 412c108dbc

View File

@ -0,0 +1,18 @@
# Getting LE certs via auto DNS config
This is helpful when getting certs for domains which are scattered across
machines/IPs. The [acme.sh](https://github.com/Neilpang/acme.sh) script will
automatically configure DNS TXT records for LE to verify, instead of relying on
Web requests to the machine.
We need to automate this in a cookbook.
## Steps
Export Gandi Live DNS API key:
export GANDI_LIVEDNS_KEY="fdmlfsdklmfdkmqsdfk"
Run acme.sh like this:
acme.sh --issue --dns dns_gandi_livedns -d kosmos.org -d xmpp.kosmos.org -d chat.kosmos.org