From: pcarana Date: Mon, 14 Oct 2019 21:35:03 +0000 (-0500) Subject: Fix images path X-Git-Tag: v1.1.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50e3f07dd80c1e998b378f75680284d481c86124;p=thirdparty%2FFORT-validator.git Fix images path --- diff --git a/docs/intro-fort.md b/docs/intro-fort.md index 1c914658..d4449c54 100644 --- a/docs/intro-fort.md +++ b/docs/intro-fort.md @@ -8,7 +8,7 @@ title: Introduction to Fort Fort is an MIT-licensed RPKI Relying Party. It is a service that performs the validation of the entire RPKI repository, and which serves the resulting ROAs for easy access by your routers. -![../img/design.svg](../img/design.svg) +![img/design.svg](img/design.svg) The Validator is a timer that resynchronizes its [local cache](usage.html#--local-repository), validates the resulting [RPKI trees](intro-rpki.html) and stores the resulting ROAs in memory every [certain amount of time](usage.html#--serverintervalvalidation). The RTR [Server](usage.html#--serveraddress) (which is part of the same binary) delivers these ROAs to any requesting routers. diff --git a/docs/intro-rpki.md b/docs/intro-rpki.md index ddbc57c2..efb679fd 100644 --- a/docs/intro-rpki.md +++ b/docs/intro-rpki.md @@ -14,13 +14,13 @@ The RPKI (Resource Public Key Infrastructure) is a PKI (Public Key Infrastructur Basically, the idea is that one should be able to verify the origin of a route by following a chain of criptographically-signed certificates rooted at one of the [RIRs](https://en.wikipedia.org/wiki/Regional_Internet_registry): -![../img/chain.svg](../img/chain.svg) +![img/chain.svg](img/chain.svg) The end result is a _Route Origin Attestation_ (ROA), a digitally signed object that provides a means of verifying that an IP address block holder has authorized an Autonomous System (AS) to originate routes to its address block or one of its children's. So the whole infrastructure functions like a tree-shaped trust network (one for each RIR) in which authorities (_Certificate Authority_--CA) attest to their resource suballocations: -![../img/tree.svg](../img/tree.svg) +![img/tree.svg](img/tree.svg) In the RPKI, all of these files are required to be publicly-available, so anyone can verify them. diff --git a/docs/usage.md b/docs/usage.md index 300a0f79..98f3365d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -282,7 +282,7 @@ TCP port or service the server will be bound to. This is a string because a service alias can be used as a valid value. The available aliases are commonly located at `/etc/services`. (See '`$ man services`'.) -> ![../img/warn.svg](../img/warn.svg) The default port is privileged. To improve security, either change or jail it. +> ![img/warn.svg](img/warn.svg) The default port is privileged. To improve security, either change or jail it. ### `--server.backlog`