Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:dns [2016/12/30 15:23] – created 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 ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | * MNTNER name: MNT-CSGALILEO | ||
===== prettier ===== | ===== prettier ===== | ||
Line 6: | Line 36: | ||
named-checkzone -D csgalileo.org csgalileo.org.hosts | named-checkzone -D csgalileo.org csgalileo.org.hosts | ||
</ | </ | ||
+ | |||
+ | ===== reverse ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | ===== DMARC ===== | ||
+ | |||
+ | Start with https:// |