From 2a5347bbf43d24879e6659136e2f7bc5af24ee41 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 5 Mar 2018 16:04:23 -0800 Subject: [PATCH] Add manual cleanup hook --- tests/manual-dns-cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/manual-dns-cleanup.sh diff --git a/tests/manual-dns-cleanup.sh b/tests/manual-dns-cleanup.sh new file mode 100755 index 000000000..0c5c56b17 --- /dev/null +++ b/tests/manual-dns-cleanup.sh @@ -0,0 +1,3 @@ +#!/bin/sh +curl -X POST 'http://localhost:8055/clear-txt' -d \ + "{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\"}"