Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmohan96 committed Aug 26, 2024
1 parent 464cafb commit 1940f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-sdk/sample-python-app/src/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_root_ca(self):

cert = OpenSSL.crypto.load_certificate(
OpenSSL.crypto.FILETYPE_PEM, cert)

# Convert the certificate to DER format
cert_der = OpenSSL.crypto.dump_certificate(OpenSSL.crypto.FILETYPE_ASN1, cert)

Expand Down

0 comments on commit 1940f60

Please sign in to comment.