Skip to content
#

load-generator

Here are 28 public repositories matching this topic...

k6
xiananfan
xiananfan commented Mar 10, 2022

Feature Description

K6 currently only supports providing cleartext public key and private key for TLS Authentication. This is usually considered insecure in a production system.

  tlsAuth: [
    {
      domains: ['example.com'],
      cert: open('./mycert.pem'),
      key: open('./mycert-key.pem'),
    },
  ],

Please consider adding an additional field, like "passphrase" in

Improve this page

Add a description, image, and links to the load-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the load-generator topic, visit your repo's landing page and select "manage topics."

Learn more