diff --git a/release notes/v0.38.0.md b/release notes/v0.38.0.md index a4ca769df962..cc5cd972ac69 100644 --- a/release notes/v0.38.0.md +++ b/release notes/v0.38.0.md @@ -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.