Files
namecheap-dehydrated/run.sh
2023-08-28 02:31:05 -05:00

6 lines
179 B
Bash
Executable File

#!/bin/bash -x
DOMAIN='*.wvr.sh'
ALIAS='wildcard.wvr.sh'
dehydrated --force --cron --domain "$DOMAIN" --challenge dns-01 --hook "$PWD/namecheap_dns_api_hook.sh" --alias "$ALIAS"