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: keyvault/spring-cloud-azure-starter-keyvault-jca/README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ This repo demonstrates how to use [Java Crypto Architecture (JCA) Provider] for
7
7
8
8
## Server SSL and RestTemplate SSL
9
9
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).
11
11
12
12
## mTLS for Server SSL and RestTemplate SSL
13
13
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.
15
15
16
16
### Server side mTLS:
17
17
@@ -34,12 +34,11 @@ Use the following steps to set environment variables for `ssl-bundles-rest-templ
34
34
source ./terraform/setup_env.sh
35
35
```
36
36
37
-
38
37
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.
39
38
40
39
## mTLS for Server SSL and WebClient SSL
41
40
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.
43
42
44
43
### Server side mTLS:
45
44
@@ -62,5 +61,4 @@ Use the following steps to set environment variables for `ssl-bundles-web-client
62
61
source ./terraform/setup_env.sh
63
62
```
64
63
65
-
66
64
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