Skip to content

Commit 5920ea4

Browse files
authored
Update Mac-Only TLS section of README.md (#94)
1 parent bf9dc62 commit 5920ea4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@ to Python by the `awscrt` package ([PyPI](https://pypi.org/project/awscrt/)) ([G
1717

1818

1919
*__Jump To:__*
20-
* [Mac-Only TLS Behavior](#Mac-Only-TLS-Behavior)
2120
* [Installation](#Installation)
21+
* [Mac-Only TLS Behavior](#Mac-Only-TLS-Behavior)
2222
* [Samples](samples)
2323
* [Getting Help](#Getting-Help)
2424
* [Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
2525
* [More Resources](#More-Resources)
2626

2727

2828

29-
## Mac-Only TLS Behavior
30-
31-
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. When a stored private key from the Keychain is used, the following will be logged at the "info" log level:
32-
33-
```
34-
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
35-
```
36-
3729
## Installation
3830

3931
### Minimum Requirements
@@ -61,6 +53,16 @@ sudo apt-get install libssl-dev
6153

6254

6355

56+
## Mac-Only TLS Behavior
57+
58+
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 v1.3.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:
59+
60+
```
61+
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
62+
```
63+
64+
65+
6466
## Samples
6567

6668
[Samples README](samples)

0 commit comments

Comments
 (0)