canonical / self-signed-certificates-operator

A charm to provide self-signed X.509 certificates in the Juju ecosystem.
https://charmhub.io/self-signed-certificates
Apache License 2.0
0 stars 6 forks source link

fix: generate new root ca when it expires #240

Closed gruyaume closed 2 months ago

gruyaume commented 2 months ago

Description

Here we generate a new root CA when it expires and we don't revoke certificates created by old CA. In any case, this "revocation" didn't do much as we don't maintain a CRL.

Fixes #239

Checklist:

gruyaume commented 2 months ago

Blocking this PR as it will be addressed in the context of TLSENG-343

Sure, I'll close it then