Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mutual-ssl-between-api-gateway-and-backend.md #8820

Open
wants to merge 2 commits into
base: 3.2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ To configure APIM for Dynamic SSL Profiles for HTTPS transport Sender, you need
<profile>
<servers>localhost:port</servers>
<TrustStore>
<Location>repository/resources/security/client-truststore.jks
</Location>
<Location>repository/resources/security/client-truststore.jks</Location>
<Type>JKS</Type>
<Password>wso2carbon</Password>
</TrustStore>
Expand All @@ -64,8 +63,7 @@ To configure APIM for Dynamic SSL Profiles for HTTPS transport Sender, you need
<profile>
<servers>10.100.5.130:9444</servers>
<TrustStore>
<Location>repository/resources/security/client-truststore.jks
</Location>
<Location>repository/resources/security/client-truststore.jks</Location>
<Type>JKS</Type>
<Password>wso2carbon</Password>
</TrustStore>
Expand All @@ -87,7 +85,7 @@ To enable dynamic loading of this configuration, add the below configurations to

``` toml
[transport.passthru_https.sender.ssl_profile]
file_path = "repository/deployment/server/mutual_ssl_profiles.xml"
file_path = "repository/deployment/server/sslprofiles.xml"
interval = 3600000

[transport.passthru_https.sender.parameters]
Expand Down Expand Up @@ -118,4 +116,4 @@ You can do the following to test your mutual SSL configurations
1. [Create an API]({{base_path}}/learn/design-api/create-api/create-a-rest-api)
2. [Publish the API]({{base_path}}/learn/design-api/publish-api/publish-an-api)
3. [Subscribe to the API]({{base_path}}/learn/consume-api/manage-subscription/subscribe-to-an-api)
4. [Invoke the API]({{base_path}}/learn/consume-api/invoke-apis/invoke-apis-using-tools/invoke-an-api-using-the-integrated-api-console)
4. [Invoke the API]({{base_path}}/learn/consume-api/invoke-apis/invoke-apis-using-tools/invoke-an-api-using-the-integrated-api-console)