theforeman / puppet-dns

Installs and manages an ISC BIND DNS server with zones
Apache License 2.0
18 stars 70 forks source link

Add dns::dnssec_keygen function #246

Closed ekohl closed 3 months ago

ekohl commented 9 months ago

This wraps dnssec-keygen and returns the data in a structured format. The result can be used to secure communications. It always generates a random key and the resulting data should be cached or otherwise made idempotent.

ekohl commented 5 months ago

This no longer relates to the Redmine issue because that needs tsig_keygen (https://github.com/theforeman/puppet-dns/pull/253). I still think this can be useful to some.