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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual-dns-auth.sh')
-rwxr-xr-xtests/manual-dns-auth.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/manual-dns-auth.sh b/tests/manual-dns-auth.sh
deleted file mode 100755
index febecf455..000000000
--- a/tests/manual-dns-auth.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# If domain begins with fail, fail the challenge by not completing it.
-if [[ "$CERTBOT_DOMAIN" != fail* ]]; then
- curl -X POST 'http://localhost:8055/set-txt' -d \
- "{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\", \
- \"value\": \"$CERTBOT_VALIDATION\"}"
-fi