This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:dns [2017/03/01 12:58] – 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 ===== | ||
| Line 16: | Line 40: | ||
| * https:// | * https:// | ||
| + | |||
| + | ===== DMARC ===== | ||
| + | |||
| + | Start with https:// | ||