Add manual cleanup hook

This commit is contained in:
Brad Warren 2018-03-05 16:04:23 -08:00
parent 616c15b5c9
commit 2a5347bbf4

3
tests/manual-dns-cleanup.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
curl -X POST 'http://localhost:8055/clear-txt' -d \
"{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\"}"