feat: Add CERT record-type (rfc4398) support#58
Open
readefries wants to merge 1 commit intoTechnitiumSoftware:masterfrom
Open
feat: Add CERT record-type (rfc4398) support#58readefries wants to merge 1 commit intoTechnitiumSoftware:masterfrom
readefries wants to merge 1 commit intoTechnitiumSoftware:masterfrom
Conversation
Signed-off-by: Hendrik Bruinsma <hbruinsma@xs4some.nl>
Member
|
Thanks for the PR, will review it soon. It would be nice to know how you are using the CERT RR type so as to understand the requirement better. |
Author
|
The CERT RR type can be used for storing public certificates, as I use it to publish my PGP public certificate in PGP and IPGP format. Like I currently have here: 17:37:05 readefries@elitebook ~ → dig -t CERT hbruinsma.xs4some.nl +short
PGP 0 ED25519 mDMEZYSszRYJKwYBBAHaRw8BAQdAQXlY+LIYNu+g+xkwYzY8sygCMqCN m5bFK2/3mt53Ovy0K2hicnVpbnNtYUB4czRzb21lLm5sIDxoYnJ1aW5z bWFAeHM0c29tZS5ubD6IjAQQFgoAPgWCZYSszQQLCQcICZBCNoSNego0 AwMVCAoEFgACAQIZAQKbAwIeARYhBIXS8RQFEgnK8ddQv0I2hI16CjQD AACwoQD+K4CVu83khAHDlC5rNy2zLvbuZQQhdYxmcJXhgRCp9IUA/2dn XcZl7g5eCL3CpQy41r5nHxvvhGrwn+AmkuS4m6MFuDgEZYSszRIKKwYB BAGXVQEFAQEHQOYy5qOeRwOilfHK5kJVgeRpxB9MRopqqfVqcb5Jwrsb AwEIB4h4BBgWCgAqBYJlhKzNCZBCNoSNego0AwKbDBYhBIXS8RQFEgnK 8ddQv0I2hI16CjQDAAA+KgEA0U6SEFZrdWYBiRjnsTVe8ReoaP/dwp8M jF0BJZCVqXkBAIeohOUoVtMqt8mEGHwhvmTihrvg/DoaNFkXaakEUlEC
IPGP 0 ED25519 aHR0cHM6Ly94czRzb21lLm5sL2hicnVpbnNtYS5wdWJrZXkudHh0You can also add other certificates to it, but I haven't used that yet. Please let me know if you need more information. |
Member
|
Thanks for the details. Will review and get it merged soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted to try out DnsServer, but noticed it lacked support for the CERT type, which I use in my DNS setup.