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

caddytls: Evict internal certs from cache based on issuer #6266

Merged
merged 7 commits into from
Apr 30, 2024

Commits on Apr 23, 2024

  1. caddytls: Evict internal certs from cache based on issuer

    During a config reload, we would keep certs in the cache fi they were used  by the next config. If one config uses InternalIssuer and the other uses a public CA, this behavior is problematic / unintuitive, because there is a big difference between private/public CAs.
    
    This change should ensure that internal issuers are considered when deciding whether to keep or evict from the cache during a reload, by making them distinct from each other and certs from public CAs.
    mholt committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    13afd1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb3233 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    15d6031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66e0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9860e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    f8cafb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Actually make it work

    mholt committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    b4a4ddd View commit details
    Browse the repository at this point in the history