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

Option to add root cert URLs to config #73

Merged
merged 4 commits into from
Apr 4, 2024
Merged

Conversation

lnobach
Copy link
Contributor

@lnobach lnobach commented Apr 4, 2024

URLs from where to retrieve the root certificate for the chain if a cert is requested.
New option for ACME cert provider:

      rootCertUrls: # List of URLs where dns3ld can retrieve the PEM-encoded root certificate in case the ACME service
                    # does not provide it in its chain. If empty, chain is provided as-is. If multiple URLs are given,
                    # they are successively tried, in case the cert is a valid root certificate for the chain it is appended
                    # to the chain. Fails with an error if no cert in the chain is a valid root cert.
        - "https://letsencrypt.org/certs/isrgrootx1.pem"
        - "https://letsencrypt.org/certs/isrg-root-x2.pem"

@lnobach lnobach linked an issue Apr 4, 2024 that may be closed by this pull request
@lnobach lnobach merged commit 6670c51 into dns3l:master Apr 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Root certificate missing in chain
1 participant