changed made as per Stian's feedback
This commit is contained in:
parent
0cd2720b95
commit
48f325e220
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ link:{{book.adminguide.link}}[{{book.adminguide.name}}], but let's give some con
|
|||
|
||||
external::
|
||||
{{book.project.name}} can run out of the box without SSL so long as you stick to private IP addresses like `localhost`, `127.0.0.1`, `10.0.x.x`, `192.168.x.x`, and `172..16.x.x`.
|
||||
In case you don’t have HTTPS/SSL properly configured on the server and you try to access {{book.project.name}} from a non-private IP adress you will get an error.
|
||||
If you don’t have SSL/HTTPS configured on the server or you try to access {{book.project.name}} over HTTP from a non-private IP adress you will get an error.
|
||||
|
||||
none::
|
||||
{{book.project.name}} does not require SSL. This should really only be used in development when you are playing around with things.
|
||||
|
|
|
@ -264,7 +264,7 @@ $ add-user.sh
|
|||
To represent the user add the following to the server-identities definition <secret value="bWdtdDEyMyE=" />
|
||||
----
|
||||
|
||||
NOTE: The add-user.sh does not add user to {{book.project.name}} Server but to Enterprise Application Platform. The credentials used and generated in the above script are only for example purpose. Please use the ones generated on your system.
|
||||
NOTE: The add-user.sh does not add user to {{book.project.name}} Server but to the underlying Enterprise Application Platform. The credentials used and generated in the above script are only for example purpose. Please use the ones generated on your system.
|
||||
|
||||
Now cut and paste the secret value into the _.../domain/configuration/host-slave.xml_ file as follows:
|
||||
|
||||
|
|
Loading…
Reference in a new issue