Skip to content

Commit

Permalink
revert code
Browse files Browse the repository at this point in the history
  • Loading branch information
new23d committed Mar 6, 2024
1 parent 3ff95bc commit 768044a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# support legacy capability - to be removed in future release
client_keys_in_db = os.environ.get("CLIENT_KEYS_IN_DB")


def sign_tls_certificate(csr, ca_name, common_name, lifetime, sans):
# get CA cert from DynamoDB
ca_cert = load_pem_x509_certificate(base64.b64decode(db_list_certificates(ca_name)[0]["Certificate"]["B"]))
Expand Down

0 comments on commit 768044a

Please sign in to comment.