Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Sep 2, 2024
1 parent 5e41e0a commit 0b61315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/charms/observability_libs/v1/cert_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b61315

Please sign in to comment.