docker-letsencrypt/scripts/auth.sh
Maksim 3bd0027a3e resolved bug with email input
* added UID and GID environment variables
* updated docs
2021-08-18 19:11:48 +10:00

3 lines
158 B
Bash

#!/bin/sh
[[ "$(curl -s "https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN%.duckdns.org}&token=${DUCKDNS_TOKEN}&txt=${CERTBOT_VALIDATION}")" = "OK" ]]