Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eggsampler/acme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Choose a base ref
...
head repository: eggsampler/acme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.2
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on May 29, 2024

  1. Add support for testing ARI in Pebble (#24)

    * Support testing ARI against Pebble
    
    * Test replacing a replacement order that had previously failed
    
    * Deactivate prior authorizations to induce a validation failure
    
    * Skip ARI tests if server doesnt support ARI
    pgporada authored May 29, 2024
    Configuration menu
    Copy the full SHA
    79ababe View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Implement draft-aaron-acme-profiles-00

    The ACME Profiles draft describes a way for ACME Servers to advertise
    different certificate profiles that they're willing to issue. For
    example, a Server might advertise a "classic" profile with 90-day
    validity periods and OCSP URLs, and a "short-lived" profile with 6-day
    validity and no OCSP URLs. The draft also describes how a client can
    present these profiles to its operator and select a profile when making
    a new-order request.
    
    https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/
    aarongable authored and eggsampler committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    902ea03 View commit details
    Browse the repository at this point in the history
  2. Review

    Update to reduce function signature changes
    eggsampler committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    0466a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix(dns-account-01): update validation domain to remove scope per dra…

    …ft-ietf-acme-dns-account-label-00
    sheurich authored and eggsampler committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    fbc62c7 View commit details
    Browse the repository at this point in the history
  2. Test fixes for boulder

    eggsampler committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    cee0a72 View commit details
    Browse the repository at this point in the history
Loading