Make readme more informative

OK sthen@
This commit is contained in:
job 2023-01-30 18:00:38 +00:00
parent af147f2f36
commit 9ec5b60a6f
2 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@ COMMENT= RPKI-To-Router implementation in Go
MODGO_MODNAME= github.com/bgp/stayrtr
MODGO_VERSION= v0.4.0
EPOCH= 0
REVISION= 1
DISTNAME= stayrtr-${MODGO_VERSION}

View File

@ -2,10 +2,14 @@
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
To use your local RPKI cache, add to the root's crontab:
To use your own local RPKI cache, first enable rpki-client with JSON
output in the root user's crontab:
# crontab -l | grep rpki-client
~ * * * * -ns rpki-client -j
And run:
Then point ${PKGSTEM} to your local cache:
# rcctl enable stayrtr
# rcctl set stayrtr flags -cache /var/db/rpki-client/json
# rcctl start stayrtr