diff options
author | Randy Bush <randy@psg.com> | 2016-08-09 12:55:29 +0900 |
---|---|---|
committer | Randy Bush <randy@psg.com> | 2016-08-09 12:55:29 +0900 |
commit | 99352befeb92b013e8a8cc66e15b28db85397143 (patch) | |
tree | 8a18717261b806db9a6e1b3271fef071576589e9 /doc/quickstart | |
parent | 6770c5aba98eae0a1b8c62fc1913e2e4e6603a19 (diff) |
push the sucker
Diffstat (limited to 'doc/quickstart')
-rw-r--r-- | doc/quickstart/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/quickstart/README.md b/doc/quickstart/README.md new file mode 100644 index 00000000..2360da1f --- /dev/null +++ b/doc/quickstart/README.md @@ -0,0 +1,22 @@ +# DRL QuickStart Instructions + +These are quick start instructions for installing DRL CA and RP software +on various platforms. At the moment, only Ubuntu Xenial is covered. +More to come. + +## Ubuntu Xenial 16.04 RPKI Relying Party Cache Install + +Given a running Ubuntu 16.04 xenial server, installing Relying Party +software should take ten minutes. + +Use [this set of instructions](doc/quickstart/xenial-rp.md) + +## Ubuntu Xenial 16.04 RPKI Certificate Authority Install + +Given a running Ubuntu 16.04 xenial server, installing a full CA +software set should take less than an hour. + +Use [this set of instructions](doc/quickstart/xenial-ca.md) + +--- +2016.08.09 |