Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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!

On 29th October 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://repo.cerit-sc.cz/el-perun/

1

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

[Perun]
name=Perun IdM Slave Scripts
baseurl=https://repo.cerit-sc.cz/el-perun/noarch/
enabled=1
gpgcheck=1
gpgkey=https://repo.cerit-sc.cz/el-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:

Importing GPG key 0x7EA83E2F:
 Userid     : "support@cerit-sc.cz (support@cerit-sc.cz) <support@cerit-sc.cz>"
 Fingerprint: AF78 8028 0B5E 59C4 D168 FE70 3469 A4D8 7EA8 3E2F
 From       : https://repo.cerit-sc.cz/el-perun/repo.cerit-sc.cz.gpg.pub

2

Load the list of available RPM packages:

dnf makecache --repo Perun

3

Install packages for the services you require by running dnf install perun-slave-process-[service-name].

An example for a propagation of Unix users, creating their home folders and setting their SSH keys:

dnf install perun-slave-process-fs-home
dnf install perun-slave-process-passwd
dnf install perun-slave-process-sshkeys

You may also install all packages at once with:

dnf install perun-slave-full
  • No labels