Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.test/ndg/security/test/wsSecurity/client/echoClientTest.cfg@4096
Revision 4096,
581 bytes
checked in by cbyrom, 13 years ago
(diff) |
Add the CA certificate used by the java clients to the python echo service.
|
Line | |
---|
1 | # NERC Data Grid Project |
---|
2 | # |
---|
3 | # P J Kershaw 13/12/06 |
---|
4 | # |
---|
5 | # Copyright (C) 2006 CCLRC & NERC |
---|
6 | # |
---|
7 | # This software may be distributed under the terms of the Q Public License, |
---|
8 | # version 1.0 or later. |
---|
9 | [setUp] |
---|
10 | uri = http://localhost:7000/Echo |
---|
11 | signingPriKeyFilePath = $NDGSEC_WSSECLNT_UNITTEST_DIR/clnt.key |
---|
12 | signingPriKeyPwd = |
---|
13 | signingCertFilePath = $NDGSEC_WSSECLNT_UNITTEST_DIR/clnt.crt |
---|
14 | # - NB, the two CA certificates are for the python and the java clients, respectively |
---|
15 | caCertFilePathList = $NDGSEC_WSSECLNT_UNITTEST_DIR/ndg-test-ca.crt $NDGSEC_WSSECLNT_UNITTEST_DIR/cacert.pem |
---|
16 | |
---|
17 | [test1Echo] |
---|
Note: See
TracBrowser
for help on using the repository browser.