Bugzilla – Bug 6166
support for certPath/keyPath config params
Last modified: 2008-06-28 20:44:33
You need to log in before you can comment on or make changes to this bug.
Add support for certPath/keyPath configuration parameters. That is, in addition to these config params: certLocation=file:///tmp/x509up_u201 keyLocation=file:///tmp/x509up_u201 add these config params: certPath=/tmp/x509up_u201 keyPath=/tmp/x509up_u201 The latter will be particularly useful on the command line (used in conjunction with the --properties command-line option).
Added config parameters certPath and keyPath. Patched SAMLToolsConfigLoader so that it attempts to load certLocation and keyLocation first, and if that fails, it then attempts to load certPath and keyPath. Hardened the code so that: 1. Either both or neither locations is accepted 2. Either both or neither paths is accepted 3. Both locations and paths are not allowed Anything else throws an exception.
Added test for certs and keys to SAMLToolsConfigLoaderTest.
Committed code to CVS HEAD. This new feature will be distributed with GS-ST v0.4.3.