Skip to content

Commit

Permalink
Update configuring-https.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent 9b7ecde commit 843244f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/installation-upgrading/configuration/configuring-https.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,38 @@ Configuring HTTPS
=================

You can choose to run the FIRE project either on http or https connection. The only difference would be the port used in the url.

The ports for http and https are configured in the file ``conf/application.properties``::

http.port=8080
https.port=844

HTTP
----

http://hostname:8080/login
http://hostname:8080/login


HTTPS
-----

https://hostname:8443/login
https://hostname:8443/login

keystore.jks
------------

Replace the keystore.jks in the conf directory with your newly generated one
Replace the ``keystore.jks`` in the conf directory with your newly generated one

keystore password
-----------------

The keystore password is in the file conf/keystore.properties
The keystore password is in the file ``conf/keystore.properties``


**When the keystore is updated, the password also has to be updated in case it changes. The Sparkflows web server would also have to be restarted for the changes to take effect.**
.. note: When the keystore is updated, the password also has to be updated in case it changes.
The Sparkflows web server would also have to be restarted for the changes to take effect.
Expand Down

0 comments on commit 843244f

Please sign in to comment.