With this script, domains that are hosted at the Hurricane Electric DNS service are verified automatically using the DNS-01 validation, (as opposed to e.g. webroot validation). It adds a special TXT DNS record for the domain and then removes it when the verification is finished.
Create a new certificate for a domain:
HE_USER=
Renew certificates for all domains:
HE_USER=
Alternatively, instead of supplying HE_USER
and HE_PASS
, a session ID can be passed through HE_SESSID
. Supplying a session ID is a bit faster.
Feel free to submit bugs on the Github page or to me@ondrejsimek.com.
MIT