Skip to content

Commit

Permalink
Update release notes/v0.38.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: na-- <n@andreev.sh>
  • Loading branch information
oleiade and na-- authored May 4, 2022
1 parent dd3b905 commit 5f76628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.38.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ K6_NO_COLOR=true k6 run script.js
NO_COLOR= k6 run script.js
```

### Support for encrypted TLS private keys
### Support for encrypted TLS private keys ([#2488](https://github.com/grafana/k6/pull/2488))

You can now use passphrase-protected private keys when authenticating with TLS. Using the `password` property of an options' `tlsAuth` object, you can now indicate the passphrase to decrypt a private key. Note that this support is limited to the scope of [RFC1423](https://datatracker.ietf.org/doc/html/rfc1423) and does not support PKCS8 keys, as they're not yet supported by the Golang standard library.

Expand Down

0 comments on commit 5f76628

Please sign in to comment.