Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/EsgYadisParser/src/org/earthsystemgrid/security/DnWhitelistX509TrustMgr.properties@7458
Revision 7458,
714 bytes
checked in by pjkersha, 10 years ago
(diff) |
First working version for resolver - resolves an e-mail address from an OpenID. TODO:
- Add SSL client cert to SSL context so that server can authenticate
- separate X.509 trust managers for Yadis and Attribute Service calls - they are likely to have separate SSL configurations: DN whitelists and trust stores. Also, Yadis retrieval is not likely to need SSL client authn.
|
-
Property svn:keywords set to
Id Revision
|
Line | |
---|
1 | # |
---|
2 | # Example properties file for DnWhitelistX509TrustMgr |
---|
3 | # |
---|
4 | # Earth System Grid/CMIP5 |
---|
5 | # |
---|
6 | # Date: 09/08/10 |
---|
7 | # |
---|
8 | # Copyright: (C) 2010 Science and Technology Facilities Council |
---|
9 | # |
---|
10 | # Licence: BSD |
---|
11 | # |
---|
12 | # $Id$ |
---|
13 | # |
---|
14 | # @author pjkersha |
---|
15 | # @version $Revision$ |
---|
16 | org.earthsystemgrid.security.DnWhitelistX509TrustMgr.keyStoreFilePath = /home/pjkersha/workspace/EsgYadisParser/src/org/earthsystemgrid/security/yadis/test.ks |
---|
17 | org.earthsystemgrid.security.DnWhitelistX509TrustMgr.keyStorePassphrase = testpass |
---|
18 | org.earthsystemgrid.security.DnWhitelistX509TrustMgr.dn0 = CN=ceda.ac.uk, OU=RAL-SPBU, O=Science and Technology Facilities Council, C=GB |
---|
19 | org.earthsystemgrid.security.DnWhitelistX509TrustMgr.dn1 = CN=localhost, OU=Security, O=NDG |
---|
Note: See
TracBrowser
for help on using the repository browser.