diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
commit | 949e9c8358b5259656c02e4a1ada7912d943afd2 (patch) | |
tree | 4d04acc169abb7d7f7e08790a98736ba8214f97d /doc/00.RPKI.md | |
parent | 14a9628f0552d3818cd58fb085e7544cdbb3b5eb (diff) |
Try another conversion pass to salvage more of the links.
Diffstat (limited to 'doc/00.RPKI.md')
-rw-r--r-- | doc/00.RPKI.md | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/00.RPKI.md b/doc/00.RPKI.md index b932536d..30a830e1 100644 --- a/doc/00.RPKI.md +++ b/doc/00.RPKI.md @@ -3,32 +3,39 @@ This collection of tools implements both the production (CA) and relying party (RP) sides of an RPKI environment. -Source code for the entire project is available on [GitHub](https://github.com/dragonresearch/rpki.net). +Source code for the entire project is available on [GitHub][]. ## Download and Install Full source code is available, as are binary packages for a few platforms. -See the [installation instructions](01.RPKI.Installation.md) for how +See the [installation instructions][Installation] for how to download the code and install it once you've downloaded it. ## Relying Party Tools If you operate routers and want to use RPKI data to help secure them, you -should look at the [relying party tools](05.RPKI.RP.md). +should look at the [relying party tools][RP]. ## CA Tools If you control RPKI resources and need an engine let you request certificates, issue ROAs, or issue certificates to other entities, you should look at the -[CA tools](11.RPKI.CA.md). +[CA tools][CA]. ## Thanks -From 2006 through 2008, this work was funded by [ARIN](http://www.arin.net/). +From 2006 through 2008, this work was funded by [ARIN][]. -From 2009 through 2016, this work was funded by [DHS](http://www.dhs.gov/). +From 2009 through 2016, this work was funded by [DHS][]. Special thanks to Michael Elkins, who wrote the web GUI and generally served as a second brain and second set of eyeballs on a long list of thorny technical problems. + +[GitHub]: https://github.com/dragonresearch/rpki.net +[Installation]: 01.RPKI.Installation.md +[RP]: 05.RPKI.RP.md +[CA]: 11.RPKI.CA.md +[ARIN]: http://www.arin.net/ +[DHS]: http://www.dhs.gov/ |