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 ACME HTTP-01 Challenge #20141

Merged
merged 4 commits into from
Apr 17, 2023
Merged

Add ACME HTTP-01 Challenge #20141

merged 4 commits into from
Apr 17, 2023

Commits on Apr 17, 2023

  1. Add HTTP challenge validator

    This will attempt to safely validate HTTP challenges, following a
    limited number of redirects and timing out after too much time has
    passed.
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a59df6c View commit details
    Browse the repository at this point in the history
  2. Add test for ValidateKeyAuthorization

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8105e0f View commit details
    Browse the repository at this point in the history
  3. Add test cases for ValidateHTTP01Challenge

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9f6bb61 View commit details
    Browse the repository at this point in the history
  4. Add token to HTTP challenge

    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    cipherboy committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d7bdf97 View commit details
    Browse the repository at this point in the history