7 lines
158 B
Bash
7 lines
158 B
Bash
#!/bin/sh
|
|
|
|
export LE_TSIGKEY=/data/dns/tsig.example.com.conf
|
|
export LE_SERVER=ns01.example.com
|
|
export LE_ZONE=example.com
|
|
|
|
/data/ssl/dehydrated-nsupdate "$@"
|