You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/05 18:44:27 UTC

[fineract] branch develop updated: Add link to fineract-doc/src/docs/en/deployment.adoc#https to /README.md#ssl-configuration

This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8cf38f2  Add link to fineract-doc/src/docs/en/deployment.adoc#https to /README.md#ssl-configuration
8cf38f2 is described below

commit 8cf38f27a03af3f69560b1749f7a38218f389cfa
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
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.