aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Installation
blob: 0acd33c1a8dedd12f46e37f3d7d53d1051b63668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
****** 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.

* 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.

* 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.

* If you are feeling dangerous and want to try the rrdp testbed CA and RP, here
  is a one page hack. It does not support rootd.

* On FreeBSD, you can use FreeBSD ports.

* 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.