The tls_certificates V4 has moved
Legacy Charmhub-hosted lib is deprecated in favour of charmlibs.interfaces.tls_certificates.
V4 will not receive feature updates and will stop receiving bug-fixes by the end of June 2026.
charmlibs.interfaces.tls_certificates 1.0 is a bug-for-bug compatible migration of this library.
To migrate:
- Add ‘charmlibs-interfaces-tls-certificates~=1.0’ to your charm’s dependencies, and remove the Charmhub-hosted library from your charm.
- You can also remove any dependencies added to your charm only because of this library.
- Replace
from charms.tls_certificates_interface.v4 import tls_certificateswithfrom charmlibs.interfaces import tls_certificates.
Read more: