public:grid_srm_software_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:grid_srm_software_installation [2017-03-08 15:27] – external edit 127.0.0.1public:grid_srm_software_installation [2021-05-19 12:27] (current) – [Certificates for the Grid Certificate Authorities (CA)] Hanno Holties
Line 42: Line 42:
 ==== Certificates for the Grid Certificate Authorities (CA) ==== ==== Certificates for the Grid Certificate Authorities (CA) ====
  
-Execute the following commands to install the certificates from the +Execute the following commands to install the certificates from the site of the European Grid Infrastructure (EGI) (root permissions are required).
-site of the European Grid Infrastructure (EGI) (root permissions are +
-required).+
  
 Ubuntu Ubuntu
-  sudo add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' + 
-  sudo apt-get update +Note 2021-05-19: newer versions of Ubuntu require to first add the appropriate GPG key for the EGI repository: 
-  sudo apt-get install ca-policy-egi-core+ 
 +<code> 
 +wget -q -O - https://dist.eugridpma.info/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3 | sudo apt-key add - 
 + 
 +</code> 
 +<code> 
 + 
 +sudo add-apt-repository 'deb http://repository.egi.eu/sw/production/cas/1/current egi-igtf core' 
 +sudo apt-get update 
 +sudo apt-get install ca-policy-egi-core 
 + 
 +</code>
  
 CentOS CentOS
-  wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo + 
-  sudo mv EGI-trustanchors.repo /etc/yum.repos.d/ +<code> 
-  sudo yum install ca-policy-egi-core+wget http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo 
 +sudo mv EGI-trustanchors.repo /etc/yum.repos.d/ 
 +sudo yum install ca-policy-egi-core 
 + 
 +</code> 
  
 ==== srmtools ==== ==== srmtools ====
  • Last modified: 2021-05-19 12:27
  • by Hanno Holties