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

Adding custom keystore truststore configurations for the two roles #172

Open
wants to merge 9 commits into
base: 3.2.x
Choose a base branch
from

Conversation

chamindi-a
Copy link
Contributor

Purpose

This PR divide the custom Keystore and truststore configurations for the two roles Apim and Apim analytics and alleviating any confusion a reader might face

Goals

Improve document clarity

README.md Outdated
# - { src: '{{ security_file_location }}/wso2am/wso2carbon.jks',
# dest: '{{ carbon_home }}/repository/resources/security/wso2carbon.jks' }
```
Then save the changed file and add the required files in the following locations:`files/security/<role-name>/<path-to-file>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can give the exact role name here IINM.

README.md Outdated
```
# security_file_list:
# - { src: '{{ security_file_location }}/wso2am-analytics/client-truststore.jks',
# dest: '{{ carbon_home }}/resources/security/client-truststore.jks' }
# - { src: '{{ security_file_location }}/wso2am-analytics/wso2carbon.jks',
# dest: '{{ carbon_home }}/resources/security/wso2carbon.jks' }
```
Then save the changed file and add the required files under `files/security/<product-home>/<path-to-file>`
Then save the changed file and add the required files under `files/security/<role-name>/<path-to-file>`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants