mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add manual cleanup hook
This commit is contained in:
parent
616c15b5c9
commit
2a5347bbf4
1 changed files with 3 additions and 0 deletions
3
tests/manual-dns-cleanup.sh
Executable file
3
tests/manual-dns-cleanup.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
curl -X POST 'http://localhost:8055/clear-txt' -d \
|
||||
"{\"host\": \"_acme-challenge.$CERTBOT_DOMAIN.\"}"
|
||||
Loading…
Reference in a new issue