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

Add a override_domain option to allow DNS challenge delegation #4596

Merged
merged 3 commits into from
Mar 8, 2022

Commits on Feb 23, 2022

  1. Add a override_domain option to allow DNS chanllenge delegation

    CNAME can be used to delegate answering the chanllenge to another DNS
    zone. One usage is to reduce the exposure of the DNS credential [1].
    Based on the discussion in caddy/certmagic#160, we are adding an option
    to allow the user explicitly specify the domain to delegate, instead of
    following the CNAME chain.
    
    This needs caddy/certmagic#160.
    crccw committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6e62081 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    6152a87 View commit details
    Browse the repository at this point in the history
  2. Update CertMagic; fix spelling

    mholt committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6c9bec9 View commit details
    Browse the repository at this point in the history