serverapps:security:cert:acmesh:knotdns
文書の過去の版を表示しています。
knot DNS
knot DNSの設定
acme.sh側の操作
acme.shがDNSサーバーとTSIGキーを利用できるようにします1)
export KNOT_SERVER='dns.example.com' export KNOT_KEY='hmac-sha512:acme_key:riHDKb3AMPW8RCD38AbPs+riHDKb3AMPW8RCD38AbP/riHDKb3AMPW8RCD38AbP/riHDKb3AMPW8RCD38AbP/Q=='
github上のドキュメントでは 以下の様にkeymgrで作成されたfileを指定すればOKとなっていますが、筆者の環境では動作しませんでした2)
keymgr tsig generate -t acme_key hmac-sha512 > /etc/knot/acme.key export KNOT_KEY='/etc/knot/acme.key'
証明書を発行
./acme.sh --issue --dns dns_knot -d example.com -d *.example.com
serverapps/security/cert/acmesh/knotdns.1745312156.txt.gz · 最終更新: by hayashi