Changeset 3792 for TI12-security
- Timestamp:
- 17/04/08 14:10:29 (12 years ago)
- Location:
- TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/attAuthorityProperties.xml
r3652 r3792 38 38 --> 39 39 <caCertFileList> 40 <caCertFile>$NDGSEC_DIR/conf/certs/ca cert.pem</caCertFile>40 <caCertFile>$NDGSEC_DIR/conf/certs/ca/cacert.pem</caCertFile> 41 41 </caCertFileList> 42 42 <!-- -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/conf/sessionMgrProperties.xml
r3652 r3792 35 35 --> 36 36 <caCertFileList> 37 <caCertFile>$NDGSEC_DIR/conf/certs/ca cert.pem</caCertFile>37 <caCertFile>$NDGSEC_DIR/conf/certs/ca/cacert.pem</caCertFile> 38 38 </caCertFileList> 39 39 <!-- … … 56 56 <cookieDomain></cookieDomain> 57 57 <!-- MyProxy Client properties --> 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 <serverCNprefix>host/</serverCNprefix> 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 58 <myProxyProp> 59 <!-- 60 Delete this element and take setting from MYPROXY_SERVER environment 61 variable if required 62 --> 63 <hostname>localhost</hostname> 64 <!-- 65 Delete this element to take default setting 7512 or read 66 MYPROXY_SERVER_PORT setting 67 --> 68 <port>7512</port> 69 <!-- 70 Useful if hostname and certificate CN don't match correctly. Globus 71 host DN is set to "host/<fqdn>". Delete this element and set from 72 MYPROXY_SERVER_DN environment variable if prefered 73 <serverDN></serverDN> 74 --> 75 <!-- 76 Set "host/" prefix to host cert CN as is default with globus 77 --> 78 <serverCNprefix>host/</serverCNprefix> 79 <!-- 80 This directory path is used to locate the OpenSSL configuration file 81 82 The settings are used to set up the defaults for the Distinguished Name of 83 the new proxy cert. issued 84 85 GLOBUS_LOCATION or GRID_SECURITY_DIR environment variables may be used 86 but the settings can be independent of any Globus installation 87 --> 88 <openSSLConfFilePath>$NDGSEC_DIR/conf/openssl.conf</openSSLConfFilePath> 89 <tmpDir>/tmp</tmpDir> 90 <!-- 91 Limit on maximum lifetime any proxy certificate can have - 92 specified when a certificate is first created by store() method 93 --> 94 <proxyCertMaxLifetime>43200</proxyCertMaxLifetime> <!-- in seconds --> 95 <!-- 96 Life time of a proxy certificate when issued from the Proxy Server 97 with ndg.security.server.MyProxy.getDelegation() method 98 --> 99 <proxyCertLifetime>43200</proxyCertLifetime> <!-- in seconds --> 100 <!-- 101 CA certificate applied to verify peer certificate against in 102 SSL connection to MyProxy server 103 --> 104 <caCertFile>$NDGSEC_DIR/conf/certs/cacert.pem</caCertFile> 105 </myProxyProp> 106 <!-- 107 Properties for a Session Manager client to a Simple CA. 108 Not currently used and likely to be removed from a future release 109 --> 110 <simpleCACltProp> 111 <uri></uri> 112 112 <xmlSigKeyFile></xmlSigKeyFile> 113 113 <xmlSigCertFile></xmlSigCertFile> 114 114 <xmlSigCertPwd></xmlSigCertPwd> 115 115 </simpleCACltProp> 116 117 118 119 120 121 122 123 124 125 126 127 128 116 <!-- 117 <simpleCASrvProp> 118 <certExpiryDate></certExpiryDate> 119 <certLifetimeDays></certLifetimeDays> 120 <certTmpDir></certTmpDir> 121 <caCertFile></caCertFile> 122 <signExe></signExe> 123 <path></path> 124 </simpleCASrvProp> 125 --> 126 <!-- 127 Settings for Credential Repository plugin 128 --> 129 129 <credReposProp> 130 130 <!-- … … 132 132 module is included in the current PYTHONPATH 133 133 --> 134 135 136 137 138 139 140 141 142 143 144 145 146 134 <modFilePath></modFilePath> 135 <!-- 136 Module name - the default is an empty stub 137 --> 138 <modName>ndg.security.common.CredWallet</modName> 139 <!-- Name of class in module to instantiate --> 140 <className>NullCredRepos</className> 141 <!-- 142 Optional Properties file argument to Credential 143 Repository class. This is include to enable custom 144 settings to be defined from an external configuration file 145 --> 146 <propFile></propFile> 147 147 </credReposProp> 148 148 </sessMgrProp>
Note: See TracChangeset
for help on using the changeset viewer.