Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:dns [2019/05/02 08:37] – [reverse] scipio | tips:dns [2021/09/30 12:10] (current) – scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DNS ====== | ====== DNS ====== | ||
+ | |||
+ | ===== certbot integration ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | generate tsig key | ||
+ | < | ||
+ | tsig-keygen -a HMAC-SHA512 galileo-tsig-key | ||
+ | </ | ||
+ | |||
+ | enable rfc2136 updates on domain in / | ||
+ | < | ||
+ | zone " | ||
+ | ...... | ||
+ | | ||
+ | // this is for certbot | ||
+ | check-names warn; | ||
+ | update-policy { | ||
+ | grant galileo-tsig-key name _acme-challenge.nawigare.it. txt; | ||
+ | }; | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | |||
===== galileo ===== | ===== galileo ===== |