You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-use-multiple-certificates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Azure Load Testing supports the use of multiple certificates for secure communic
18
18
## Prerequisites
19
19
Before you begin, ensure the following:
20
20
- You have an [Azure Key Vault](https://jmeter-plugins.org/wiki/PluginsManager/) instance set up to store secrets.
21
-
- You have the ]Managed Identity (MI)](./how-to-use-a-managed-identity) of your Azure Load Testing resource configured.
21
+
- You have the [Managed Identity (MI)](./how-to-use-a-managed-identity) of your Azure Load Testing resource configured.
22
22
- You have created a [Java KeyStore (JKS)](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html) file containing all required certificates.
23
23
- You have stored the JKS password as a secret in Azure Key Vault.
24
24
@@ -48,7 +48,7 @@ Before you begin, ensure the following:
48
48
When your test runs, the managed identity associated with your load testing resource can now read the secret for your load test from your Key Vault.
49
49
Now that you've added a secret in Azure Key Vault and configured a secret for your load test, move to use secrets in Apache JMeter.
50
50
51
-
### Step 3: Use keystore xonfiguration and JSR223 PreProcessor
51
+
### Step 3: Use keystore configuration and JSR223 PreProcessor
52
52
**Keystore configuration**
53
53
54
54
1. In your JMeter script, add the **Keystore Configuration** element to manage SSL certificates.
0 commit comments