8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
|
#!/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 "$@"
|