5 lines
164 B
Bash
5 lines
164 B
Bash
DOMAIN='*.wvr.sh'
|
|
ALIAS='wildcard.wvr.sh'
|
|
|
|
dehydrated --force --cron --domain "$DOMAIN" --challenge dns-01 --hook "$PWD/namecheap_dns_api_hook.sh" --alias "$ALIAS"
|