Skip to content

rpki-client/rpki-client-portable

Repository files navigation

Build CI Docker Pulls

Packaging status

This is a port of OpenBSD's rpki-client to other operating systems. It is based on portability code from the OpenBGPD, OpenNTPD, OpenSSH, and LibreSSL portable projects.

The current portable tree can be found at https://github.com/rpki-client/rpki-client-portable

Platform Requirements

At the time of writing the portable version is known to build and work on:

  • OpenBSD
  • Alpine 3.18, edge
  • CentOS/RHEL/Rocky 7, 8, 9
  • Debian 11, 12, 13
  • Fedora 37, 38, Rawhide
  • Ubuntu 20.04 LTS, 21.04
  • FreeBSD 12, 13, 14
  • macOS Catalina

Building

The offical release location is https://ftp.openbsd.org/pub/OpenBSD/rpki-client/

Make sure you have an official release tarball! Use a previously fetched copy of the Signify key or GPG key to confirm authenticity.

$ ./configure
$ make

rpki-client may work on other operating systems, newer and older, but the above ones are tested regularly by the developers.

If you install from a GitHub repository checkout please read the INSTALL file instead.

Reports (success or otherwise) are welcome. You may report bugs or submit pull requests at the GitHub project: https://github.com/rpki-client/rpki-client-portable

Thanks, Sebastian Benoit , Job Snijders <job @ openbsd.org>