config/letsencrypt/example-hook

8 lines
158 B
Plaintext
Raw Permalink Normal View History

2020-04-16 23:45:18 +02:00
#!/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 "$@"