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
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -90,3 +90,22 @@ Once the PR is merged, CircleCI will build it:
90
90
* Create a new release on [GitHub releases tab](https://github.com/hortonworks/cloudbreak-deployer/releases), with the
91
91
help of [gh-release](https://github.com/progrium/gh-release).
92
92
* Create the git tag with `v` prefix like: `v0.0.3`.
93
+
94
+
### Configuring trusted certificates for the Java based services of Clodbreak Deployer Tool
95
+
If an external database(RDS for example) for Cloudbreak's Java based services and enable `SSL` verification are needed, CBD started to support loading certificates from the `certs/into-nssdb/` directory of your deployment.
96
+
97
+
This means that certificates from the `certs/into-nssdb/` will be loaded to an `NSS DB` instance by a new Java init container and Java based services will get this `NSS DB` on a shared volume and use it as the default trust/key-store.
98
+
99
+
**The following `Profile` file snippet is an example of how `SSL` could be configured for the Environment and FreeIPA services**
0 commit comments