From 0b6131540d4cba1db0513e01b7dcb44324cd0f29 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 2 Sep 2024 17:04:53 +0300 Subject: [PATCH] lint --- lib/charms/observability_libs/v1/cert_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/charms/observability_libs/v1/cert_handler.py b/lib/charms/observability_libs/v1/cert_handler.py index 24c3e5b..0f963c1 100644 --- a/lib/charms/observability_libs/v1/cert_handler.py +++ b/lib/charms/observability_libs/v1/cert_handler.py @@ -301,9 +301,9 @@ def __init__( cert_subject: Custom subject. Name collisions are under the caller's responsibility. sans: DNS names. If none are given, use FQDN. refresh_events: an optional list of bound events which - will be observed to overwrite the current CSR with a newly generated one. - If there are no changes in the CSR request, no changes will happen to the - CSR or the certificate. + will be observed to replace the current CSR with a new one + if there are any changes in the CSR request. Then, subsequently, replace the + its corresponding certificate with a new one. """ super().__init__(charm, key) self.charm = charm