mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a679f9da38
FORT Validator is an open source RPKI validator. This solution allows operators to validate BGP routing information against the RPKI repository for use in router configuration and resolution. Submitted by: Toni Kalombo <toni@devboks.com> (maintainer) Tested by: Mark Tinka <mark@tinka.africa>
26 lines
639 B
Plaintext
26 lines
639 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
A default configuration file has been installed in
|
|
%%ETCDIR%%/fort-config.json.sample.
|
|
|
|
To use FORT, you will need the Trust Anchor Locator (TAL) files.
|
|
You can download these by running "fort --init-tals" as follows:
|
|
|
|
# fort --init-tals --tal %%ETCDIR%%/tal
|
|
|
|
When you have downloaded the TAL files, you can start the RTR
|
|
server and validator:
|
|
|
|
# sysrc fort_enable=YES # or edit /etc/rc.conf manually
|
|
# service fort start
|
|
|
|
The default configuration will bind the RTR server to localhost
|
|
on port 8323.
|
|
|
|
Consult the FORT manual for more information:
|
|
https://nicmx.github.io/FORT-validator/run.html
|
|
EOM
|
|
}
|
|
]
|