Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Oct 2, 2023
1 parent 9e2ff49 commit b29b48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resotolib/resotolib/x509.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def write_cert_to_file(cert: Certificate, cert_path: str, rename: bool = True) -
os.rename(tmp_cert_path, cert_path)


def generate_ca_bundle_bytes(cert: Certificate, include_certifi: bool = True) -> bytes:
def gen_ca_bundle_bytes(cert: Certificate, include_certifi: bool = True) -> bytes:
content = bytearray()
if include_certifi:
content.extend(certifi.contents().encode())
Expand Down

0 comments on commit b29b48e

Please sign in to comment.