aboutsummaryrefslogtreecommitdiff
path: root/doc/32.RPKI.CA.UI.GUI.Configuring.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/32.RPKI.CA.UI.GUI.Configuring.md')
-rw-r--r--doc/32.RPKI.CA.UI.GUI.Configuring.md22
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/32.RPKI.CA.UI.GUI.Configuring.md b/doc/32.RPKI.CA.UI.GUI.Configuring.md
index 05da66c5..3c1acf54 100644
--- a/doc/32.RPKI.CA.UI.GUI.Configuring.md
+++ b/doc/32.RPKI.CA.UI.GUI.Configuring.md
@@ -1,16 +1,16 @@
# Configuring the Web Portal
-Also see doc/RPKI/CA/Configuration for documentation on the `/etc/rpki.conf`
-configuration file.
+Also see [doc/RPKI/CA/Configuration][1] for documentation on the
+`/etc/rpki.conf` configuration file.
## Creating Users
-See doc/RPKI/CA/UI/GUI/UserModel
+See [doc/RPKI/CA/UI/GUI/UserModel][2]
## Configuring Apache
In order to use the web portal, Apache must be installed and configured to
-serve the application. See doc/RPKI/CA/UI/GUI/Configuring/Apache.
+serve the application. See [doc/RPKI/CA/UI/GUI/Configuring/Apache][3].
## Error Notifications via Email
@@ -38,9 +38,8 @@ these tasks.
In order for the web portal to display the validation status of routes covered
by a resource holder's RPKI certificates, it needs a source of the currently
announced global routing table. The web portal includes a script which can
-parse the output of the [RouteViews](http://www.routeviews.org) [full
-snapshot](http://archive.routeviews.org/oix-route-views/oix-full-snapshot-
-latest.dat.bz2) (**warning**: links to very large file!).
+parse the output of the [RouteViews][4] [full snapshot][5] (**warning**: links
+to very large file!).
When the software is installed, there will be a `/usr/local/sbin/rpkigui-
import-routes` script that should be invoked periodically. Routeviews.org
@@ -55,7 +54,7 @@ Create an entry in root's crontab such as
### Importing ROAs
If you want the GUI's "routes" page to see ROAs when you click those buttons,
-you will need to run rcynic. see the instructions for setting up rcynic.
+you will need to run rcynic. see the [instructions for setting up rcynic][6].
This data is imported by the `rcynic-cron` script. If you have not already set
up that cron job, you should do so now. Note that by default, rcynic-cron is
@@ -81,3 +80,10 @@ once a night:
By default it will warn of expiration 14 days in advance, but this may be
changed by using the `-t` command line option and specifying how many days in
advance to check.
+
+[1]: 12.RPKI.CA.Configuration.md
+[2]: 34.RPKI.CA.UI.GUI.UserModel.md
+[3]: 33.RPKI.CA.UI.GUI.Configuring.Apache.md
+[4]: http://www.routeviews.org
+[5]: http://archive.routeviews.org/oix-route-views/oix-full-snapshot-latest.dat.bz2
+[6]: 06.RPKI.RP.rcynic.md