We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efc201 commit 436242fCopy full SHA for 436242f
1 file changed
awscrt/io.py
@@ -22,10 +22,10 @@ class _CertificateSource(IntEnum):
22
TLS configuration. The CRT reads this and encodes it as
23
feature ID "I" in the metrics string.
24
"""
25
- CERTIFICATE_FILES = 0 # PEM cert + key files
26
- PKCS11 = 1 # Hardware security module via PKCS11
27
- WINDOWS_CERT_STORE = 2 # windows certificate source
28
- PKCS12_FILE = 4 # PKCS#12 (.p12/.pfx) files
+ CERTIFICATE_FILES = 0 # PEM cert + key files
+ PKCS11 = 1 # Hardware security module via PKCS11
+ WINDOWS_CERT_STORE = 2 # windows certificate source
+ PKCS12_FILE = 4 # PKCS#12 (.p12/.pfx) files
29
30
31
class LogLevel(IntEnum):
0 commit comments