inkblot / puppet-bind

18 stars 82 forks source link

Add support for CAA records #146

Closed PaulW closed 6 years ago

PaulW commented 6 years ago

CAA is a type of DNS record that allows site owners to specify which Certificate Authorities (CAs) are allowed to issue certificates containing their domain names. It was standardized in 2013 by RFC 6844 to allow a CA “reduce the risk of unintended certificate mis-issue.” By default, every public CA is allowed to issue certificates for any domain name in the public DNS, provided they validate control of that domain name. That means that if there’s a bug in any one of the many public CAs’ validation processes, every domain name is potentially affected. CAA provides a way for domain holders to reduce that risk.

PaulW commented 6 years ago

Forgot to create branch, will resubmit