canonical / tls-certificates-interface

Library for charm providers and requirers of x.509 certificates.
https://charmhub.io/tls-certificates-interface
Apache License 2.0
2 stars 9 forks source link

feat: add get_unsolicited_certificates to TLS provider class #236

Closed gruyaume closed 2 months ago

gruyaume commented 2 months ago

Description

Add a get_unsolicited_certificates method for the provider side of the TLS certificates interface.

This method is needed in TLS constraints (in this PR):

Checklist