Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
710:configure_stages [2024/03/08 10:24] – Weinlein, Thomas | 710:configure_stages [2024/10/30 11:27] (current) – [Configuring TLS/SSL Certificate] Weinlein, Thomas | ||
---|---|---|---|
Line 42: | Line 42: | ||
| '' | | '' | ||
| Basic configuration ||| | | Basic configuration ||| | ||
- | | '' | + | | '' |
by using variable replacement | by using variable replacement | ||
)) | | )) | | ||
Line 63: | Line 63: | ||
| '' | | '' | ||
| '' | | '' | ||
- | | [[#Configuring SSL Certificate|Certificates]] ||| | + | | [[#configuring-tlsssl-certificate|Certificates]] ||| |
| '' | | '' | ||
| [[kerberos_autologin|Kerberos SSO]] ||| | | [[kerberos_autologin|Kerberos SSO]] ||| | ||
Line 101: | Line 101: | ||
==== Variable replacement ==== | ==== Variable replacement ==== | ||
- | - requires Stages '' | + | - requires Stages '' |
This allows to keep the critical configuration files '' | This allows to keep the critical configuration files '' | ||
Line 246: | Line 246: | ||
* Store your PKCS#12 (requires JDK 8u301 or newer) or JKS keystore file in '' | * Store your PKCS#12 (requires JDK 8u301 or newer) or JKS keystore file in '' | ||
- | '' | + | '' |
<code properties> | <code properties> | ||
general.external.hostname = stages.example.com | general.external.hostname = stages.example.com | ||
Line 305: | Line 305: | ||
ProxyPassReverse / | ProxyPassReverse / | ||
ProxyPass /stages http://{{ internal_hostname }}: | ProxyPass /stages http://{{ internal_hostname }}: | ||
- | ProxyPass /reporting http://{{ internal_hostname }}: | ||
- | ProxyPass / | ||
SSLEngine on | SSLEngine on | ||
Line 331: | Line 329: | ||
set JAVA_OPTS=[...] -Djavax.net.ssl.trustStoreType=Windows-ROOT -Djavax.net.ssl.trustStore=NUL | set JAVA_OPTS=[...] -Djavax.net.ssl.trustStoreType=Windows-ROOT -Djavax.net.ssl.trustStore=NUL | ||
</ | </ | ||
- | This is the default for new installations of Stages 7.9.14.0 or newer. | + | This is the default for new installations of Stages 7.10.5.0 or newer. |
Linux: | Linux: |