Welcome to mirror list, hosted at ThFree Co, Russian Federation.

manual-dns-auth.sh « tests - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b9a1a5eb45ad3e4077c3b45540b40dd09c8d919 (plain)
1
2
3
4
#!/bin/sh
curl -X POST 'http://localhost:8055/set-txt' -d \
    "{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\", \
     \"value\": \"$CERTBOT_VALIDATION\"}"