dnscontrol: Use keys.openpgpkey.org for WKD as a service

keys.openpgp.org can act as a WKD server, with a CNAME record for
the subdomain ‘openpgpkey’ to their server.

See https://keys.openpgp.org/about/usage#wkd-as-a-service.

This helps us in getting/advertising our public key.

λ: curl 'https://wkd.keys.openpgp.org/status/?domain=openpgpkey.sanchayanmaity.net'
CNAME lookup ok: openpgpkey.sanchayanmaity.net resolves to wkd.keys.openpgp.org

λ: gpg --locate-keys --auto-key-locate clear,nodefault,wkd sanchayanmaity.net
This commit is contained in:
Sanchayan Maity 2022-12-15 20:21:08 +05:30
parent 90fd2bb4d9
commit cb058dd515
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ D('sanchayanmaity.net', REG_NONE, DnsProvider(DNS_DESEC),
CAA("@", "issue", "letsencrypt.org"),
CNAME("git" , "sanchayanmaity.net."),
CNAME("www" , "sanchayanmaity.net."),
CNAME("openpgpkey", "wkd.keys.openpgp.org."),
MX("@", 10, "in1-smtp.messagingengine.com."),
MX("@", 20, "in2-smtp.messagingengine.com."),
TXT('@', 'v=spf1 include:spf.messagingengine.com ?all'),