Skip to content

Commit

Permalink
chore: Update charm libraries (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
telcobot authored Feb 27, 2024
1 parent b63b862 commit b0f6538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/charms/tls_certificates_interface/v3/tls_certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _on_all_certificates_invalidated(self, event: AllCertificatesInvalidatedEven

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 2
LIBPATCH = 3

PYDEPS = ["cryptography", "jsonschema"]

Expand Down Expand Up @@ -696,7 +696,7 @@ def generate_ca(
Args:
private_key (bytes): Private key
subject (str): Certificate subject
subject (str): Common Name that can be an IP or a Full Qualified Domain Name (FQDN).
private_key_password (bytes): Private key password
validity (int): Certificate validity time (in days)
country (str): Certificate Issuing country
Expand Down Expand Up @@ -962,7 +962,7 @@ def generate_csr(
Args:
private_key (bytes): Private key
subject (str): CSR Subject.
subject (str): CSR Common Name that can be an IP or a Full Qualified Domain Name (FQDN).
add_unique_id_to_subject_name (bool): Whether a unique ID must be added to the CSR's
subject name. Always leave to "True" when the CSR is used to request certificates
using the tls-certificates relation.
Expand Down

0 comments on commit b0f6538

Please sign in to comment.