diff options
author | Rob Austein <sra@hactrn.net> | 2016-07-28 21:03:09 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-07-28 21:03:09 -0400 |
commit | 83fce9376139aac61522030ad4ff11cfe5de6139 (patch) | |
tree | 1c6d9175e9bfdb33d6280d25228bc07742e0a9da /doc/01.RPKI.Installation.md | |
parent | 794705b7cde7ab8eade9d38ddd15cfbf5de5ebd8 (diff) |
Drop in documentation extracted from wiki.rpki.net. See README for details.
Diffstat (limited to 'doc/01.RPKI.Installation.md')
-rw-r--r-- | doc/01.RPKI.Installation.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/01.RPKI.Installation.md b/doc/01.RPKI.Installation.md new file mode 100644 index 00000000..87b99829 --- /dev/null +++ b/doc/01.RPKI.Installation.md @@ -0,0 +1,37 @@ +# Download and Installation + +There are a few different ways to install the RPKI code, depending on what the +platform on which you're trying to install. + + * On Ubuntu 12.04 LTS ("Precise Pangolin"), Ubuntu 14.04 ("Trusty Tahir"), or Debian 7 ("Wheezy"), you can use Debian binary packages. + +## Simple RPKI Cacha Install + +if you want to install a simple RPKI cache to feed routers from a Ubuntu 14.04 +system, here is a one page ten minute recipe. + +## install a CA and a cache on a Ubuntu 14.04 with a rootd CA + +If you want to install a CA and a cache on a Ubuntu 14.04 with a rootd CA, +here is a one page hack. It will take less than an hour. + +## Try the rrdp testbed CA and RP on Ubuntu Xenial + +If you are feeling adventurous and want to try the rrdp testbed CA and RP on +Ubuntu Xenial 16.04 here is a one page hack. It supports a much simpler root +CA. + +## FreeBSD + +On FreeBSD, you can use FreeBSD ports. + +## Other Platforms + +On all other platforms, or on the above platforms if the pre-packaged versions +don't suit your needs, you will have to install from source code. + +Once you've finished installing the code, you will need to configure it. Since +CAs are generally also relying parties (if only so that they can check the +results of their own actions), you will generally want to start by configuring +the relying party tools, then configure the CA tools if you're planning to use +them. |