Skip to content

Commit

Permalink
OSX TLS ReadMe Change (#169)
Browse files Browse the repository at this point in the history
Adding messaging about Mac-Only TLS behavior.
  • Loading branch information
rccarper authored Jul 24, 2020
1 parent 24c2c8e commit 9148622
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ python -m pip install .
````

To use from your Python application, declare `awscrt` as a dependency in your `setup.py` file.

## Mac-Only TLS Behavior

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:

```
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
```

0 comments on commit 9148622

Please sign in to comment.