| | 46 | |
| | 47 | Before running this tools, it is necessary to download the new CA RPMs from the location indicated in the announcement. In QWG templates, these RPMs are stored in a specific RPM repository. It is a good practice to rename the corresponding directory, create a new one with the same name and download the new RPMs in this empty directory. For example, for CA 1.9 : |
| | 48 | {{{ |
| | 49 | mv /www/htdocs/packages/ca /www/htdocs/packages/ca.old |
| | 50 | mkdir /www/htdocs/packages/ca |
| | 51 | cd /www/htdocs/packages/ca |
| | 52 | wget http://grid-deployment.web.cern.ch/grid-deployment/download/RpmDir/security/index.html |
| | 53 | wget --force-html --no-directories --base http://grid-deployment.web.cern.ch/griddeployment/download/RpmDir/security/index.html -A.rpm -i index.html |
| | 54 | }}} |