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

Upgrade CertHandler to use TLS certificates v4 #112

Open
Abuelodelanada opened this issue Nov 1, 2024 · 1 comment
Open

Upgrade CertHandler to use TLS certificates v4 #112

Abuelodelanada opened this issue Nov 1, 2024 · 1 comment

Comments

@Abuelodelanada
Copy link
Contributor

Enhancement Proposal

There is a brand new version of the tls_certificates lib with Python API changes.

We should investigate how to modify CertHandler in order to use that new lib version.

@gruyaume
Copy link
Contributor

gruyaume commented Dec 6, 2024

TLS Lib v4 automatically takes care of:

  • Private key management
  • CSR creation
  • Certificate request and renewals

It should render CertHandler unnecessary at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants