From de6c3bdee68827c9ef623a159ed01499c884879b Mon Sep 17 00:00:00 2001 From: Alex Band Date: Thu, 18 Mar 2021 21:56:55 +0100 Subject: [PATCH] Add Routinator vrpProvider config --- docs/rpki.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/rpki.md b/docs/rpki.md index 040be8c..bee9bcb 100644 --- a/docs/rpki.md +++ b/docs/rpki.md @@ -101,6 +101,18 @@ You can use any of the RPKI validator that support JSON as output format to gene preCacheROAs: true ``` +#### Routinator +* Download Routinator [here](https://github.com/NLnetLabs/routinator) -> Please, help with other examples \ No newline at end of file +* Run the Routinator [daemon](https://rpki.readthedocs.io/en/latest/routinator/daemon.html) with the HTTP service + * `routinator server --http 127.0.0.1:8323` + +* Set the `vrpProvider` parameter in `config.yml` + ```yaml + vrpProvider: api + url: http://127.0.0.1:8323/json + preCacheROAs: true + ``` + +> Please, help with other examples