ユーザ用ツール

サイト用ツール


serverapps:security:cert:acmesh:knotdns

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
serverapps:security:cert:acmesh:knotdns [2025/04/10 10:46] hayashiserverapps: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 > /usr/local/etc/knot/keys/acme.key 
- 
-作成したKeyをknot.confでincludeする 
- 
-  key: 
-    include: /usr/local/etc/knot/keys/acme.key 
- 
-次に、ゾーンが動的更新を許可するように設定する 
- 
-<code ini> 
-acl: 
-  - id: acme_acl 
-    address: 192.168.1.0/24 
-    key: acme_key 
-    action: update 
- 
-zone: 
-  - domain: example.com 
-    file: example.com.zone 
-    acl: acme_acl 
-</code> 
  
 +  * [[serverapps:dns:knotdns:knotdnsddns|APIを利用してDNSにchallengeを登録するための設定]]
  
  
serverapps/security/cert/acmesh/knotdns.1744281980.txt.gz · 最終更新: 2025/04/10 10:46 by hayashi