Changes between Version 45 and Version 46 of ESGFGetCredentials
- Timestamp:
- Jan 27, 2015 1:00:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFGetCredentials
v45 v46 156 156 }}} 157 157 158 == Web browser == 159 160 In order to log in through the web browser you must transform the credentials.pem file to p12 format 161 {{{ 162 openssl pkcs12 -export -out credentials.p12 -inkey credentials.pem -in credentials.pem 163 }}} 164 165 After that, add credentials.p12 in the certificates config panel. 166 158 167 == cURL == 159 168