./genSSL.sh -d domains.txt -p pdns
Option | Description |
---|---|
-m | mode ( run |
-p | provider (default pdns) |
-h | hook (script to run upon successful completion) |
-d | doains.txt (list of domains) |
-e | |
-o | output directory |
-d | domains.txt |
-p | Provider (see https://go-acme.github.io/lego/dns/ ) |
-k | rsa2048 |
File containing a list of domains, 1 per line to add to the SAN certificate
Config file containing environment variables / secrets for the chosen provider
PDNS_API_KEY=<API KEY>
PDNS_API_URL=<API URL>