Skip to content

Commit 21bfeca

Browse files
committed
Improve
1 parent f935ab6 commit 21bfeca

File tree

1 file changed

+3
-5
lines changed
  • keyvault/spring-cloud-azure-starter-keyvault-jca

1 file changed

+3
-5
lines changed

keyvault/spring-cloud-azure-starter-keyvault-jca/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This repo demonstrates how to use [Java Crypto Architecture (JCA) Provider] for
77

88
## Server SSL and RestTemplate SSL
99

10-
This is a scenario for enabling server SSL and `RestTemplate` SSL in a web application. It only requires running `ssl-bundles-server` independently. You can verify it by following the [ssl-bundles-server/README.md](ssl-bundles-server/README.md).
10+
This is the scenario to enable server SSL and `RestTemplate` SSL in a web application. It only requires running `ssl-bundles-server` standalone. You can verify it by following [ssl-bundles-server/README.md](ssl-bundles-server/README.md).
1111

1212
## mTLS for Server SSL and RestTemplate SSL
1313

14-
This mTLS scenario uses a web app as Server that enabled server SSL and needs client auth, another web app enables `RestTemplate` SSL. You need to use the two samples `ssl-bundles-server` and `ssl-bundles-rest-template` together. Azure resources created by either of these two sample projects can be shared with each other, so you don't need to create both.
14+
This mTLS scenario uses a web app as Server that enabled server SSL and needs client auth, and another web app with `RestTemplate` SSL enabled. You need to use the `ssl-bundles-server` and `ssl-bundles-rest-template` samples together. Azure resources created by either of these two sample projects can be shared with each other, so you don't need to create both.
1515

1616
### Server side mTLS:
1717

@@ -34,12 +34,11 @@ Use the following steps to set environment variables for `ssl-bundles-rest-templ
3434
source ./terraform/setup_env.sh
3535
```
3636

37-
3837
3. Change directory to `ssl-bundles-rest-template` project and follow [Run Locally](ssl-bundles-rest-template/README.md/#run-locally) to run and verify.
3938

4039
## mTLS for Server SSL and WebClient SSL
4140

42-
This mTLS scenario uses a web app as Server that enabled server SSL and needs client auth, another reactive web app enables `WebClient` SSL. You need to use the two samples `ssl-bundles-server` and `ssl-bundles-web-client` together. Azure resources created by either of these two sample projects can be shared with each other, so you don't need to create both.
41+
This mTLS scenario uses a web app as Server that enabled server SSL and needs client auth, and another reactive web app with `WebClient` SSL enabled. You need to use the `ssl-bundles-server` and `ssl-bundles-web-client` samples together. Azure resources created by either of these two sample projects can be shared with each other, so you don't need to create both.
4342

4443
### Server side mTLS:
4544

@@ -62,5 +61,4 @@ Use the following steps to set environment variables for `ssl-bundles-web-client
6261
source ./terraform/setup_env.sh
6362
```
6463

65-
6664
3. Change directory to `ssl-bundles-web-client` project and follow [Run Locally](ssl-bundles-web-client/README.md/#run-locally) to run and verify.

0 commit comments

Comments
 (0)