Current File : //usr/local/letsencrypt/tests/manual-dns-auth.sh
#!/bin/sh
curl -X POST 'http://localhost:8055/set-txt' -d \
    "{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\", \
     \"value\": \"$CERTBOT_VALIDATION\"}"