mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 13:13:22 +02:00
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
DOMAIN="${1}"
|
||
|
TOKEN_VALUE="${3}"
|
||
|
lexicon $DNS_PROVIDER {% if letsencrypt_dns_provider_options is defined %}{{ letsencrypt_dns_provider_options }} {% endif %}delete ${DOMAIN} TXT --name="_acme-challenge.${DOMAIN}." --content="${TOKEN_VALUE}"
|