Changes between Version 91 and Version 92 of ESGFNodeInstallation
- Timestamp:
- May 13, 2014 9:20:06 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v91 v92 286 286 {{{ 287 287 #!sh 288 $ esg-node --install-keypair data.meteo.unican.es-esg-node-globus.csr.signed hostkey.pem 288 $ cd /usr/local/bin 289 $ ./esg-node --install-keypair data.meteo.unican.es-esg-node-globus.csr.signed hostkey.pem 289 290 Please enter your Certificate Athority's certificate chain file(s): 290 291 [enter each cert file/url press return, press return with blank entry when done] … … 298 299 {{{ 299 300 #!sh 300 $ esg-node --set-auto-fetch-certs false 301 $ esg-node restart 301 $ cd /usr/local/bin 302 $ ./esg-node --set-auto-fetch-certs false 303 $ ./esg-node restart 302 304 }}} 303 305 … … 305 307 {{{ 306 308 #!sh 307 $ esg-node --register vesgint-idx.ipsl.jussieu.fr309 $ ./esg-node --register vesgint-idx.ipsl.jussieu.fr 308 310 }}} 309 311 … … 325 327 {{{ 326 328 #!sh 327 $ esg-node --rebuild-truststore 328 }}} 329 329 $ cd /usr/local/bin 330 $ ./esg-node --rebuild-truststore 331 }}} 332