Skip to content

Commit c9712d5

Browse files
authored
Update README.md (#83)
* Update README.md * Update README.md
1 parent abf5404 commit c9712d5

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,14 @@ to Java by the [aws-crt-java](https://github.com/awslabs/aws-crt-java) package.
1616

1717

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

2626

27-
## Mac-Only TLS Behavior
28-
29-
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:
30-
31-
```
32-
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
33-
```
3427

3528
## Installation
3629

@@ -94,6 +87,16 @@ dependencies {
9487

9588

9689

90+
## Mac-Only TLS Behavior
91+
92+
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.2.6, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:
93+
94+
```
95+
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
96+
```
97+
98+
99+
97100
## Samples
98101

99102
[Samples README](samples)

0 commit comments

Comments
 (0)