Changes between Version 37 and Version 38 of ESGFNodeTutorial
- Timestamp:
- Sep 1, 2017 10:25:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeTutorial
v37 v38 506 506 5. More info in [https://stackoverflow.com/questions/906402/importing-an-existing-x509-certificate-and-private-key-in-java-keystore-to-use-i Stackoverflow] 507 507 508 == Redirect index to IPSL == 509 510 {{{ 511 Listen 443 512 LoadModule ssl_module modules/mod_ssl.so 513 NameVirtualHost *:443 514 <VirtualHost *:443> 515 Redirect permanent / https://esgf-node.ipsl.upmc.fr/ 516 }}} 517 508 518 == References == 509 519 * [https://github.com/ESGF/esgf-installer/wiki/ESGF-Installation-From-scratch ESGF Installation From Scratch]