Skip to content

Commit 9148622

Browse files
authored
OSX TLS ReadMe Change (#169)
Adding messaging about Mac-Only TLS behavior.
1 parent 24c2c8e commit 9148622

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ python -m pip install .
2424
````
2525

2626
To use from your Python application, declare `awscrt` as a dependency in your `setup.py` file.
27+
28+
## Mac-Only TLS Behavior
29+
30+
Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v0.6.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:
31+
32+
```
33+
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
34+
```

0 commit comments

Comments
 (0)