Skip to content

Commit

Permalink
Bumps tls lib to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Nov 15, 2023
1 parent 5ef2a65 commit 2159617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/charms/tls_certificates_interface/v2/tls_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -1349,8 +1349,7 @@ def certificate_issued_for_csr(
Args:
app_name (str): Application name that the CSR belongs to.
csr (str): Certificate Signing Request.
relation_id (int): Relation ID
relation_id (Optional[int]): Relation ID
Returns:
bool: True/False depending on whether a certificate has been issued for the given CSR.
"""
Expand Down

0 comments on commit 2159617

Please sign in to comment.