1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-23 18:57:23 +01:00

fix problem with SSL certificate provisioning

This commit is contained in:
John Supplee
2019-04-05 23:44:18 +02:00
parent 67b2c0c0a4
commit 57473ef39c
2 changed files with 4 additions and 4 deletions

View File

@@ -5,4 +5,4 @@
API_KEY=`cat /var/lib/mailinabox/api.key`
HOSTNAME=`hostname`
curl -s -X DELETE --user "$API_KEY:" https://$HOSTNAME/admin/dns/custom/_acme-challenge.$CERTBOT_DOMAIN/TXT
curl -s -X DELETE --user "$API_KEY:" https://$HOSTNAME/admin/dns/custom/_acme-challenge.$CERTBOT_DOMAIN/TXT