This is an automated email from the ASF dual-hosted git repository. vorburger pushed a commit to branch vorburger-SSL-README in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 54c475524a3e2b2f3694e2a294385bc36858290e Author: Michael Vorburger ⛑️ <[email protected]> AuthorDate: Sat Mar 5 19:01:09 2022 +0100 Add link to fineract-doc/src/docs/en/deployment.adoc#https to /README.md#ssl-configuration Follow up to #2023. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 987826b..0208c1e 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,8 @@ NOTE: we'll keep backwards compatibility until one of the next releases to ensur SSL configuration ================= +Read also [the HTTPS related doc](fineract-doc/src/docs/en/deployment.adoc#https). + By default SSL is enabled, but all SSL related properties are now tunable. SSL can be turned off by setting the environment variable `FINERACT_SERVER_SSL_ENABLED` to false. If you do that then please make sure to also change the server port to `8080` via the variable `FINERACT_SERVER_PORT`, just for the sake of keeping the conventions. You can choose now easily a different SSL keystore by setting `FINERACT_SERVER_SSL_KEY_STORE` with a path to a different (not embedded) keystore. The password can be set via `FINERACT_SERVER_SSL_KEY_STORE_PASSWORD`. See the `application.properties` file and the latest Spring Boot documentation (https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html) for more details.
