mirror of
https://github.com/go-acme/lego.git
synced 2025-02-21 07:55:55 +02:00
TSIG Key File
How to generate example:
$ docker run --rm -it -v $(pwd):/app -w /app alpine sh
/app # apk add bind
/app # tsig-keygen example.com > sample1.conf
/app # tsig-keygen -a hmac-sha512 example.com > sample2.conf