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

Refactor certificate Managers #231

Merged
merged 3 commits into from
May 11, 2023
Merged

Refactor certificate Managers #231

merged 3 commits into from
May 11, 2023

Conversation

mholt
Copy link
Member

@mholt mholt commented May 11, 2023

Managers necessarily have to be used during a TLS handshake, and thus can only be used in an on-demand context because we can't know whether the Manager will yield a cert until the handshake.

This commit moves the Manager configuration into OnDemandConfig, where it really belongs, which allows us to fix a few bugs, for example caddyserver/caddy#5415.

@mholt mholt merged commit 8728b18 into master May 11, 2023
6 checks passed
@mholt mholt deleted the certmanager-refactor branch May 11, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant