RIPE NCC RPKI Validator 3 RELEASE CANDIDATES - RIPE-NCC/rpki-validator-3 GitHub Wiki
The RC builds production release candidates. So, less bleeding edge than the beta releases, but they can still use testing by you before we promote these builds to the production release repositories. So, if you want to test and let us know that is greatly appreciated.
You have the following options:
Centos## 7 RPM
We set up a repository with Centos7 RPMs for RC builds. You can add the repository to your system as follows:
sudo yum-config-manager --add-repo https://ftp.ripe.net/tools/rpki/validator3/rc/centos7/ripencc-rpki-rc.repo
You may have to install 'yum-utils' first:
sudo yum install yum-utils
You can then install:
RPKI Validator:
sudo yum install rpki-validator
RPKI-RTR server:
sudo yum install rpki-rtr-server
Then run and enable the services:
sudo systemctl enable rpki-validator-3
sudo systemctl start rpki-validator-3
sudo systemctl enable rpki-rtr-server
sudo systemctl start rpki-rtr-server
You can monitor the logs:
journalctl -f -u rpki-validator-3
journalctl -f -u rpki-rtr-server
Note we don't mean to single out Centos7, but since this is what we use internally it's what we can provide easily at this point.
Generic build
You can find generic RC builds here: https://ftp.ripe.net/tools/rpki/validator3/rc/generic/
Unpack, and read here about running the generic build.