Changes between Version 27 and Version 28 of ESGFGetCredentials
- Timestamp:
- Dec 18, 2014 5:27:54 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFGetCredentials
v27 v28 5 5 A tool to retrieve user credentials from ESGF. It have one graphic interface and another command line interface. 6 6 7 [[Image(new_panel.png, 350px)]][[Image(panel_custom_url. png, 350px)]]7 [[Image(new_panel.png, 350px)]][[Image(panel_custom_url.2.png, 350px)]] 8 8 9 ---- 9 10 = Getting started = 10 11 … … 18 19 [wiki:ESGFGetCredentials/Versions Other versions..][[BR]][[BR]] 19 20 21 == Run it == 22 23 Go to download target directory: 24 * In Windows: 25 * Open ESGFToolsUI-v0.8.jar 26 * Command-line interpreter: 27 {{{ 28 java -jar ESGFToolsUI-v0.8.jar 29 }}} 30 31 ---- 20 32 = Command line UI Guide= 21 33 … … 78 90 }}} 79 91 80 92 ---- 81 93 = Graphic UI Guide = 82 94 … … 89 101 }}} 90 102 91 [[Image( panel.png, 500px)]]103 [[Image(new_panel.png, 500px)]] 92 104 93 105 === Setting user === 94 106 You can select your IdP provider in the top drop-down list[[BR]][[BR]] 95 [[Image(select_idp_provider. png, 500px)]]107 [[Image(select_idp_provider.2.png, 500px)]] 96 108 97 109 If your IdP provider isn't in the list of providers. Select "Custom OpenID URL", with this option the GUI interface change to be able write OpenID URL's[[[BR]][[BR]] 98 110 99 [[Image(select_custom_open_id_url. png, 500px)]][[Image(panel_custom_url.png, 500px)]]111 [[Image(select_custom_open_id_url.2.png, 500px)]][[Image(panel_custom_url.2.png, 500px)]] 100 112 101 113 === Setting output files === … … 103 115 104 116 ||`credentials.pem`||It's a pem file that contains the x509 user certificate and the RSA private key|| 105 ||`keystore (JKS type)`||It's a keystore in format JKS which is build with x509 certificates, RSA keys and CA's certificates||106 ||`keystore (JCEKS type)`||It's a keystore in format JCEKS which is build with x509 certificates, RSA keys and CA's certificates||107 ||`esgf-truststore `||It's a keystore in format JKS which is build with CA's certificates||108 ||`certificates`|| It's a directory with CA's certificate files and policy files||109 ||`ca-cert s.pem`||It's a pem file with all CA's certificates||117 ||`keystore (JKS type)`||It's a keystore in format JKS which is build with user cert, cert chain and private key|| 118 ||`keystore (JCEKS type)`||It's a keystore in format JCEKS which is build with user cert, cert chain and private key|| 119 ||`esgf-truststore.ts`||CA's certificates in keystore in format JKS|| 120 ||`certificates`||CA's certificate files and policy files in a folder|| 121 ||`ca-certificates.pem`||CA's certificates in pem format|| 110 122 111 123 === Advanced options === … … 114 126 115 127 2. You can change the output folder. The default is $USER_HOME/.esg[[BR]] 116 [[Image(change_folder. png)]]128 [[Image(change_folder.2.png)]] 117 129 118 130 3. You can download a multilib myproxy version to select it in the "Select Lib" section … … 126 138 === Retrieve credentials === 127 139 128 Click on "retrieve credentials" button. If all goes well a success message is shown .129 [[Image(panel_success.png, 500px)]] 140 Click on "retrieve credentials" button. If all goes well a success message is shown [[BR]][[BR]] 141 [[Image(panel_success.png, 500px)]][[BR]] 130 142 However, if some error happens then the error is showed in the box bellow[[BR]][[BR]] 131 [[Image(panel_error. png, 500px)]]143 [[Image(panel_error.2.png, 500px)]] 132 144 145 ---- 133 146 = Developers Guide = 134 147 === Github ===