Skip to content

Commit c61e088

Browse files
authored
Apply suggestions from code review
1 parent ad7aedf commit c61e088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-testing/how-to-use-multiple-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Load Testing supports the use of multiple certificates for secure communic
1818
## Prerequisites
1919
Before you begin, ensure the following:
2020
- 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.
2222
- You have created a [Java KeyStore (JKS)](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html) file containing all required certificates.
2323
- You have stored the JKS password as a secret in Azure Key Vault.
2424

@@ -48,7 +48,7 @@ Before you begin, ensure the following:
4848
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.
4949
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.
5050

51-
### Step 3: Use keystore xonfiguration and JSR223 PreProcessor
51+
### Step 3: Use keystore configuration and JSR223 PreProcessor
5252
**Keystore configuration**
5353

5454
1. In your JMeter script, add the **Keystore Configuration** element to manage SSL certificates.

0 commit comments

Comments
 (0)