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:25] – 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 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 |