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-cleanup.sh')
-rwxr-xr-xtests/manual-dns-cleanup.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/manual-dns-cleanup.sh b/tests/manual-dns-cleanup.sh
deleted file mode 100755
index 1c09e892c..000000000
--- a/tests/manual-dns-cleanup.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# If domain begins with fail, we didn't complete the challenge so there is
-# nothing to clean up.
-if [[ "$CERTBOT_DOMAIN" != fail* ]]; then
- curl -X POST 'http://localhost:8055/clear-txt' -d \
- "{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\"}"
-fi