serverapps:security:cert:acmesh:knotdns
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
serverapps:security:cert:acmesh:knotdns [2025/04/10 10:46] – hayashi | serverapps:security:cert:acmesh:knotdns [2025/04/18 08:12] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
====== knot DNS ====== | ====== knot DNS ====== | ||
- | APIを利用してDNSにchallengeを登録するための設定 | ||
- | |||
- | TSIG keyを作成する | ||
- | |||
- | # keymgr tsig generate -t acme_key hmac-sha512 > / | ||
- | |||
- | 作成したKeyをknot.confでincludeする | ||
- | |||
- | key: | ||
- | include: / | ||
- | |||
- | 次に、ゾーンが動的更新を許可するように設定する | ||
- | |||
- | <code ini> | ||
- | acl: | ||
- | - id: acme_acl | ||
- | address: 192.168.1.0/ | ||
- | key: acme_key | ||
- | action: update | ||
- | |||
- | zone: | ||
- | - domain: example.com | ||
- | file: example.com.zone | ||
- | acl: acme_acl | ||
- | </ | ||
+ | * [[serverapps: | ||
serverapps/security/cert/acmesh/knotdns.1744281980.txt.gz · 最終更新: 2025/04/10 10:46 by hayashi