336 | | There is one template defining all the accepted CAs. This template is produced by people in charge of producing new releases of the list of CAs officially accepted by EGEE. If you need to adjust it, create a site or cluster-specific copy of `common/security/cas.tpl` in a directory `common/security`. |
337 | | |
338 | | If you need to update this template, refer to the standard [wiki:Development/Templates/Generated#TrustedCAsTemplate procedure] to do it. |
| 336 | There is one template defining the list of accepted CAs (called the ''CA trust policy''). A default trust policy, called the ''EGI core policy'', is distributed as part of the standard templates. If you need to adjust it or use another trust policy, produce a site template with the information about all the CAs you accept (generally a list of RPM) and define the variable `SECURITY_CA_TRUST_POLICY` to the name of this template. |
| 337 | |
| 338 | If you want a trust policy example, look at [source:templates/trunk/grid/glite-3.2/common/security/ca-policy-egi.core.tpl default policy]. If you need to update this template, refer to the standard [wiki:Development/Templates/Generated#TrustedCAsTemplate procedure] to do it. |