You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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?
Description
For DNS-validation we could add support for the ACME-CAA record.
Additional information
See:
The text was updated successfully, but these errors were encountered: