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

[Enhancement] Add Support for ACME-CAA #83

Open
rndmh3ro opened this issue Dec 19, 2022 · 2 comments
Open

[Enhancement] Add Support for ACME-CAA #83

rndmh3ro opened this issue Dec 19, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@rndmh3ro
Copy link
Collaborator

Description

For DNS-validation we could add support for the ACME-CAA record.

;; Only allow Let's Encrypt to issue certificates for this domain with this account
example.com. IN CAA 0 issue "letsencrypt.org; accounturi=https://some/lets-encrypt/account-id"

Additional information

See:

@rndmh3ro rndmh3ro added the enhancement New feature or request label Dec 19, 2022
@avalor1
Copy link
Collaborator

avalor1 commented May 31, 2023

As the check for this record is done via the Let's Encrypt servers i do not realy understand what you mean by supporting it. Do you want to optionaly create this dns entry/record via the role when doing a dns challenge?

@rndmh3ro
Copy link
Collaborator Author

rndmh3ro commented Jun 2, 2023

Do you want to optionaly create this dns entry/record via the role when doing a dns challenge?

Yes, I thought about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants