6 lines
179 B
Bash
Executable File
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"
|