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 actively maintained versions of:

  • Alpine
  • CentOS/RHEL/Rocky
  • Debian
  • Fedora
  • FreeBSD
  • macOS
  • OpenBSD
  • Ubuntu

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>