Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
79:configure_stages_new [2024/03/07 15:33] – [Configuration of Stages Service Parameters] Weinlein, Thomas79:configure_stages_new [2024/03/07 15:46] – [Use the system trust store] Weinlein, Thomas
Line 321: Line 321:
 </VirtualHost> </VirtualHost>
 </code> </code>
 +
 +==== Use the system trust store ====
 +
 +Stages should trust the certificates and CAs in the systems trust store, to be able to access Cloud Services like Sharepoint Online and other systems in a secure manner.
 +
 +Windows:
 +
 +Please ensure the following properties are configured in ''$STAGES_ROOT\config.bat''
 +<code>
 +set JAVA_OPTS=[...] -Djavax.net.ssl.trustStoreType=Windows-ROOT -Djavax.net.ssl.trustStore=NUL
 +</code>
 +This is the default for new installations of 7.9.14.0 and newer.
 +
 +Linux:
 +
 +Please ensure to use the proper ''update-ca-trust'' or respective script of your distribution, that should ensure to copy the certificates to the system and the JAVA truststore.
 +
  
 ===== Licenses ===== ===== Licenses =====