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

feat: add ACME "dns-account-01" challenge #7387

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Mar 15, 2024

  1. Add DNS-ACCOUNT-01 support.

    - add dns-account-01 to ChallType maps
    - derive accountURI from accountID using va.accountURIPrefixes
    sheurich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d341dc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Initial tests for DNS-ACCOUNT-01.

    - add TestDNSAccountValidationEmpty
    - use switch in bdns.LookupTXT mock
    sheurich committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    1c0653f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c4b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcec8c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4489f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ea785 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22d2210 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0718a30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ece427a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0fce1b View commit details
    Browse the repository at this point in the history
  10. rename

    sheurich committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    eb7c094 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a948e01 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    9e5e388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    492ce0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ea3634 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b2f90f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac488a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc624e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f7a8a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    18d89dc View commit details
    Browse the repository at this point in the history
  2. - Add AccountURL and Scope to core.Authorization and protobufs

    - Add AccountURL to core.Challenge and protobufs
    - Fix test cases and add more
    sheurich committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a6f87c4 View commit details
    Browse the repository at this point in the history
  3. lint

    sheurich committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ab01878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    528f6de View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    67cfe74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2fe3e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c941420 View commit details
    Browse the repository at this point in the history