26 | | esgf-getcredentials -o <openid> -p <password> --credentials --cacert --cacertpem --output <path> |
| 28 | esgf-getcredentials -o <openid> -p <password> --credentials --cacerts --cacertsjks |
| 29 | }}} |
| 30 | |
| 31 | 2. ESGF WGET Script case (GNU TLS) |
| 32 | {{{ |
| 33 | esgf-getcredentials -o <openid> -p <password> --credentials --cacertspem --cacertsjks |
| 34 | }}} |
| 35 | |
| 36 | 3. ToolsUI case |
| 37 | {{{ |
| 38 | esgf-getcredentials -o <openid> -p <password> --keystorejks --cacertsjks |
| 39 | }}} |
| 40 | |
| 41 | 4. Aria2 case |
| 42 | {{{ |
| 43 | esgf-getcredentials -o <openid> -p <password> --credentials --cacertsjks |
| 44 | }}} |
| 45 | |
| 46 | 5. ESGFToolsUI case |
| 47 | {{{ |
| 48 | esgf-getcredentials -o <openid> -p <password> --credentials |
| 49 | }}} |
| 50 | |
| 51 | 6. NETCDF DAP case |
| 52 | {{{ |
| 53 | esgf-getcredentials -o <openid> -p <password> --credentials --cacerts --cacertspem --output <path> |