summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/rpki.rst
AgeCommit message (Collapse)Author
2024-04-09Fix indentation in RPKI document (tabs to spaces)Antonios Chariton (daknob)
(cherry picked from commit ea0fe640b495458d9f2391a66bfaea2dedf54ffe)
2024-04-09Refresh RPKI DocumentAntonios Chariton (daknob)
- Rephrase introduction slightly - Replace GoRTR w/ StayRTR (official CF deprecation and assignment of succesor) - Add rpki-client (probably the best software to use with StayRTR) - Remove RIPE RPKI Validator (deprecated) - Replace RIPE's instructions (deprecated) with NLnet Labs' - Update ROA coverage metrics (yay for 20% -> 60% ROA coverage!) - Add missing Oxford comma - Replace RIPE's deprecated test with Cloudflare's (cherry picked from commit 5befda2a24e29e6579b5c1ce17b57bac6969f28d)
2024-04-07Fix mistake in RPKI documentation about the use of TLSAntonios Chariton (daknob)
HTTP is not used for RPKI information, the RTR protocol is used, which works on top of plain TCP. Although some implementations can use TLS, VyOS (and FRR) do not support it, and use either plain TCP or SSH. (cherry picked from commit edbf8846059a9f3e2d5a6bdf8227f97f5d79da4f)
2024-02-08rpki: T6023: add support for CLI knobs expire-interval and retry-intervalChristian Breunig
(cherry picked from commit 6b8c81855959b0b3c9e12530eecd9ba6ca25ad8e)
2022-03-31cfgcmd: correct various command typosrebortg
2022-01-04Update rpki.rstouliuquan
fix the missing "set" cmd
2021-09-15rpki: fix linkrebortg
2021-05-21rpki: make documentation vendor neutralAlex Band
I took the remark that rpki.readthedocs.io is somewhat NLnet Labs tools-centric to heart and made it completely neutral. It no longer has any vendor-specific documentation at all.
2021-01-29rpki: update to reflect changes in the current branchChristian Poessinger
2020-12-11protocols: fix lint errorsrebortg
2020-11-30arrange services and protocolsrebortg