1
0
Fork 0
Go to file
netravnen edb92277b3 Added rfc8416.php
Is trying to get the hang of generating a local exception list
for use with routinator by NLnet Labs.

- NLnet Labs:  https://nlnetlabs.nl/
- Routinator:  https://github.com/NLnetLabs/routinator
- RFC:         https://tools.ietf.org/html/rfc8416
2019-01-04 09:34:13 +00:00
README.md readme: add notes of this being the repository for testing and validating the code before going into master repo 2019-01-04 09:33:05 +00:00
rfc8416.php Added rfc8416.php 2019-01-04 09:34:13 +00:00
roagen.php Updated roagen script to be able to capture and use max-length value 2019-01-04 09:33:05 +00:00
update.sh update.sh now also commits dn42-rfc8416-export.json if previously updated 2019-01-04 09:34:13 +00:00

README.md

dn42-rpki-export.json-test

This repository is for testing purpose before deploying code into master repository

Requirements for running

  1. Verify curl, git, bash, and php is installed.
  2. mkdir -p ~/dn42/.
  3. cd ~/dn42/.
  4. git clone https://git.dn42.us/netravnen/dn42-rpki-export.json-test.
  5. git clone https://git.dn42.us/dn42/registry.
  6. Verify everything work by running cd ~/dn42/dn42-rpki-export.json-test/ && php roagen.php.
  7. In $USER crontab file put 44 */3 * * * cd ~/dn42/dn42-rpki-export.json-test/ && php roagen.php. Finetune time between runs to your liking.

NB: The roagen.php script is written with the paths to the dn42 registry folder being both git repositories reside in the same parent folder.