Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

On 9th October 2024 we have migrated our RPM repository from https://homeproj.cesnet.cz/rpm/perunv3/stable/noarch/ to https://repo.cerit-sc.cz/el-perun/noarch/. Repository uses new GPG signing key!

Info

On 15th December 2024 we have updated our repository GPG signing key! New public key is available at: https://repo.cerit-sc.cz/el-perun/repo.cerit-sc.cz.gpg.pub

For RPM based systems (like RedHat Linux or CentOS) there is RPM repository https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3el-perun/

1

Create file /etc/yum.repos.d/perun.repo with the following content:

Code Block
[Perun]
name=Perun IdM Slave Scripts
baseurl=https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/stableel-perun/noarch/
enabled=1
gpgcheck=1
gpgkey=https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/RPM-GPG-KEY-perunv3el-perun/repo.cerit-sc.cz.gpg.pub

During installation, you should check whether GPG key's fingerprint matches, dnf should present you this when importing the key:

Code Block
Importing GPG key 0x287C54980xA37D0378:
 Userid     : "Perun RPM repository (Perun RPM repository) <perun@cesnetsupport@cerit-sc.cz <support@cerit-sc.cz>"
 Fingerprint: E87F DBEB0C7F E257B638 4DCC150D 3666BE37 92E1 416DD69A 097923CB 577AD011 287CA37D 54980378
 From       : https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/RPM-GPG-KEY-perunv3el-perun/repo.cerit-sc.cz.gpg.pub

2

Load the list of available RPM packages:

...