RIPE NCC RPKI Validator 3 beta tester page - RIPE-NCC/rpki-validator-3 GitHub Wiki

The BETA releases can be very unstable. You are welcome to play with them and feedback is appreciated. But you probably want to test the latest RELEASE CANDIDATE instead.

If you do want to run a beta release and help us test you have two installation options:

Centos7 RPM

We set up a repository with Centos7 RPMs for beta builds. You can add the repository to your system as follows:

 sudo yum-config-manager --add-repo https://ftp.ripe.net/tools/rpki/validator3/beta/centos7/ripencc-rpki-beta.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 beta builds here: https://ftp.ripe.net/tools/rpki/validator3/beta/generic/

Unpack, and read here about running the generic build.