Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dns::dnssec_keygen function #246

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jan 30, 2024

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.

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 ekohl changed the title Refs #37121 - Add dns::dnssec_keygen function Add dns::dnssec_keygen function May 17, 2024
@ekohl ekohl marked this pull request as ready for review May 17, 2024 09:43
@ekohl
Copy link
Member Author

ekohl commented May 17, 2024

This no longer relates to the Redmine issue because that needs tsig_keygen (#253). I still think this can be useful to some.

@ekohl ekohl merged commit bdf1f44 into theforeman:master Jul 18, 2024
24 checks passed
@ekohl ekohl deleted the add-dnssec-keygen branch July 18, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants