- Timestamp:
- 02/06/10 15:01:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/MyProxyClient/myproxy/test/myProxyClient.cfg
r6840 r6918 12 12 # Delete this element and take setting from MYPROXY_SERVER environment 13 13 # variable if required 14 hostname=localhost14 #hostname=localhost 15 15 16 16 # Delete this element to take default setting 7512 or read … … 22 22 # MYPROXY_SERVER_DN environment variable if preferred 23 23 #serverDN=/O=NDG/OU=Raphael/CN=raphael 24 25 # MyProxy Server CommonName prefix e.g. 'myproxy/' in order to match certificate 26 # CN 'myproxy/<fqdn>'. The default value is 'host/' 27 serverCNPrefix= 24 28 25 29 # This directory path is used to locate the OpenSSL configuration file … … 40 44 proxyCertLifetime=64800 41 45 42 #caCertFilePath=$MYPROXYCLIENT_UNITTEST_DIR/ndg-test-ca.crt 43 caCertFilePath=$MYPROXYCLIENT_UNITTEST_DIR/test-ca.crt 46 # Trust roots directory defaults to X509_CERT_DIR environment variable setting 47 # or ~/.globus/certificates if not set here 48 caCertDir=$MYPROXYCLIENT_UNITTEST_DIR/ca
Note: See TracChangeset
for help on using the changeset viewer.