Changeset 6962
- Timestamp:
- 10/06/10 10:39:10 (11 years ago)
- Location:
- TI12-security/trunk/MyProxyWebService
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/MyProxyWebService/myproxy/server/test/myproxywsgi.ini
r6957 r6962 40 40 MyProxy.getTrustRoots.path = /get-trustroots 41 41 42 # 43 # MyProxy.client.* settings. These refer to the set up of the MyProxyClient 44 # instance used by the middleware to talk to the backend MyProxy server 45 46 # 42 47 # MyProxy server which this MyProxy WSGI app is a client to. Set here to the 43 48 # fully qualified domain name or else set the MYPROXY_SERVER environment … … 49 54 # tests set to local ca directory 50 55 MyProxy.client.caCertDir = %(here)s/ca 56 57 # MyProxy Server CommonName prefix e.g. 'myproxy/' in order to match certificate 58 # CN 'myproxy/<fqdn>'. The default value is 'host/'. Override by making a 59 # setting here. An empty setting will match CN=<fqdn> 60 #serverCNPrefix= -
TI12-security/trunk/MyProxyWebService/setup.py
r6952 r6962 56 56 package_data = { 57 57 'myproxy.server.test': [ 58 ' *.cfg', '*.ini', '*.crt', '*.key', '*.sh', 'ca/*.0'58 'README', '*.cfg', '*.ini', '*.crt', '*.key', '*.sh', 'ca/*.0' 59 59 ] 60 60 },
Note: See TracChangeset
for help on using the changeset viewer.