OSG Software Repository hosted by the Grid Operations Center

This is the OSG Sofware repository. It provides OSG-specific software, including the OSG CA-Certificate distribution, VO-package, etc.

OSG Yum Repository

This is the OSG GOC yum repo. Right now, it provides the CA-certificates provided by the OSG security team.

Install GOC YUM repo

Place osg-goc-noarch.repo in /etc/yum.repos.d

 cd /etc/yum.repos.d
 wget http://yum.grid.iu.edu/osg-goc-noarch.repo

Install OSG CA certs using yum

The following yum command will install the osg-ca-certs package into /etc/grid-security/certificates.
 yum install osg-ca-certs

The following yum command will update an existing installation of the osg-ca-certs package (in /etc/grid-security/certificates).

 yum update osg-ca-certs

You can also use yum-cron to automate such updates. If you expect an update but yum says there is none, then try doing yum clean dbcache before doing your update.

Download OSG CA certs RPM directly

If you would like the RPM directly then you can get them here.