Changes between Version 10 and Version 11 of ESGF-Security
- Timestamp:
- Mar 13, 2013 11:21:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGF-Security
v10 v11 1 = Adding ESG-SECURITY to THREDDS = 2 1 3 Before publishing test datasets, it is necessary to install some security components and filters to support ESGF-Security. 2 4 … … 9 11 10 12 Create a keystore file to store the server's private key and self-signed certificate by executing the following: 13 14 '''Important: set your hostname as CN.''' For example, if you are deploying tomcat with localhost url's, set CN=localhost. 15 11 16 {{{ 12 17 keytool -genkey -alias tomcat -keyalg RSA … … 49 54 50 55 #alias of keystore entry used to sign the authentication cookie 51 keystoreAlias= tomcat56 keystoreAlias=localhost 52 57 }}} 53 58 … … 64 69 Open your browser and type this url: [[http://localhost:8080/OpenidRelyingParty]] . You should be redirected to an HTTPS page where you are prompted to enter your openid. 65 70 71 == TDS Configuration == 72 73 Firstable, copy the following jars onto the TDS WEB-INF/lib directory 66 74 67 75 === References ===