aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.RPKI.CA.UI.GUI19
-rw-r--r--doc/manual.pdfbin492951 -> 494053 bytes
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/doc.RPKI.CA.UI.GUI b/doc/doc.RPKI.CA.UI.GUI
index a53dabb5..8f0c7adb 100644
--- a/doc/doc.RPKI.CA.UI.GUI
+++ b/doc/doc.RPKI.CA.UI.GUI
@@ -107,6 +107,25 @@ existing database up to date with the current software.
***** Configure Apache *****
+**** Ubuntu ****
+
+First, you need to install apache and enable SSL:
+
+ apt-get install apache2 libapache2-mod-wsgi
+ a2enmod ssl
+ a2ensite default-ssl
+
+Edit /etc/apache2/sites-enabled/default-ssl and place the following line inside
+the <VirtualHost> section:
+
+ Include /usr/share/rpki/apache.conf
+
+Now restart apache:
+
+ service apache2 restart
+
+**** FreeBSD ****
+
Now configure apache, using /usr/local/etc/rpki/apache.conf, e.g.
$ cp apache.conf /usr/local/etc/apache22/Includes/rpki.conf
diff --git a/doc/manual.pdf b/doc/manual.pdf
index b601be1f..90468304 100644
--- a/doc/manual.pdf
+++ b/doc/manual.pdf
Binary files differ