aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2014-04-12 17:00:22 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2014-04-12 17:00:22 +0000
commit92455ae882d393d47ab239db13561346465a543b (patch)
treeae7f2780e6b5cdd43c3c0a22a94e2a25ca964752 /doc
parent3e01ffe0e5238b627a052cc83f045e767a0de826 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=5789
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.RPKI.CA.Configuration.CreatingRoot4
-rw-r--r--doc/doc.RPKI.CA.MySQLSetup4
-rw-r--r--doc/doc.RPKI.Installation.FromSource8
-rw-r--r--doc/manual.pdfbin759676 -> 757107 bytes
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/doc.RPKI.CA.Configuration.CreatingRoot b/doc/doc.RPKI.CA.Configuration.CreatingRoot
index b9004a4c..503725c8 100644
--- a/doc/doc.RPKI.CA.Configuration.CreatingRoot
+++ b/doc/doc.RPKI.CA.Configuration.CreatingRoot
@@ -81,9 +81,9 @@ suitable for this:
rpki-root-key = ${myrpki::bpki_servers_directory}/root.key
To create a TAL format trust anchor locator use the make-tal.sh script from
-$top/rcynic:
+$top/rp/rcynic:
- $top/rcynic/make-tal.sh rsync://example.org/rpki/root/root.cer root.cer
+ $top/rp/rcynic/make-tal.sh rsync://example.org/rpki/root/root.cer root.cer
Note that, like any certificate, the root.cer you just generated will expire
eventually. Either you need to remember to regenerate it before that happens,
diff --git a/doc/doc.RPKI.CA.MySQLSetup b/doc/doc.RPKI.CA.MySQLSetup
index a40a776c..344d9693 100644
--- a/doc/doc.RPKI.CA.MySQLSetup
+++ b/doc/doc.RPKI.CA.MySQLSetup
@@ -37,7 +37,7 @@ tool, as follows:
mysql> GRANT all ON rpki_database.* TO rpki_user@localhost IDENTIFIED BY
'rpki_password';
mysql> USE rpki_database;
- mysql> SOURCE $top/rpkid/rpkid.sql;
+ mysql> SOURCE $top/schemas/sql/rpkid.sql;
mysql> COMMIT;
mysql> quit
@@ -51,7 +51,7 @@ If you are running pubd and are doing manual SQL setup, you'll also have to do:
mysql> GRANT all ON pubd_database.* TO pubd_user@localhost IDENTIFIED BY
'pubd_password';
mysql> USE pubd_database;
- mysql> SOURCE $top/rpkid/pubd.sql;
+ mysql> SOURCE $top/schemas/sql/pubd.sql;
mysql> COMMIT;
mysql> quit
diff --git a/doc/doc.RPKI.Installation.FromSource b/doc/doc.RPKI.Installation.FromSource
index 1adea8d4..b6acdc02 100644
--- a/doc/doc.RPKI.Installation.FromSource
+++ b/doc/doc.RPKI.Installation.FromSource
@@ -194,10 +194,10 @@ run some basic regression tests.
Some of the tests for the CA tools require MySQL databases to store their data.
To set up all the databases that the tests will need, run the SQL commands in
-rpkid/tests/smoketest.setup.sql. The MySQL command line client is usually the
+ca/tests/smoketest.setup.sql. The MySQL command line client is usually the
easiest way to do this, eg:
- $ cd $top/rpkid
+ $ cd $top/ca
$ mysql -u root -p <tests/smoketest.setup.sql
To run the tests, run "make test":
@@ -206,9 +206,9 @@ To run the tests, run "make test":
$ make test
To run a more extensive set of tests on the CA tool, run "make all-tests" in
-the rpkid/ directory:
+the ca/ directory:
- $ cd $top/rpkid
+ $ cd $top/ca
$ make all-tests
If nothing explodes, your installation is probably ok. Any Python backtraces in
diff --git a/doc/manual.pdf b/doc/manual.pdf
index 9168f15d..c719e430 100644
--- a/doc/manual.pdf
+++ b/doc/manual.pdf
Binary files differ