-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Identity Manager for DNSSEC Awesomeness #513
base: main
Are you sure you want to change the base?
Conversation
f09f0bc
to
fe2a89d
Compare
closed accidentally during master branch rename |
…omatically generating TLSA records
dd8ac64
to
bf57f20
Compare
api/desecapi/models.py
Outdated
try: | ||
domain = self.filter_qname(fqdn).order_by('-name_length')[0] | ||
except IndexError: | ||
raise Domain.DoesNotExist | ||
subname = fqdn[:-len(domain.name)].rstrip('.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.removesuffix()
FROM node:latest | ||
FROM node:16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been addressed in f2f396d which already is in main
, but this PR's base is out of date.
Early preview on a concept that enables users to publish the identities (or hashes, fingerprints, ... thereof) of their web/email/SSH servers, email encryption keys, etc in the DNS.