Add CAA and SSHFP records to TinyDNS?

3

One of the folks I work with is a fan of Bernstein's TinyDNS, so we run it internally. I'm having trouble figuring to how to add a CAA record and a SSHFP record to the server. There's a page on Running a DNS Server, but it does not state how to add the records.

How do I add CAA and SSHFP records to TinyDNS?

jww

Posted 2015-02-05T17:14:26.167

Reputation: 1

Answers

2

You should be able to use the generic record format in tinydns. it allows you to specify the type.

An example is at http://anders.com/projects/sysadmin/djbdnsRecordBuilder/.

Drew Ogle

Posted 2015-02-05T17:14:26.167

Reputation: 136

1

Here are the entries I use for majid.info:

:majid.info:257:\000\005issueletsencrypt.org
:majid.info:257:\000\011issuewildletsencrypt.org
:majid.info:257:\000\005iodefmailto:ssladministrator@majid.org:600

corresponding to:

CAA 0 issue "letsencrypt.org"
CAA 0 issuewild "letsencrypt.org"
CAA 0 iodef "mailto:ssladministrator@majid.org"

Fazal Majid

Posted 2015-02-05T17:14:26.167

Reputation: 191

Beware that iodef should start with mailto:, I think. – lapo – 2018-04-30T20:46:28.883

So it does. Thank you very much for catching that, SSLLabs didn't... – Fazal Majid – 2018-05-01T21:56:45.333