2019-07-15 12:08:18 +02:00
|
|
|
# Configuration for Running Routinator as a System Service
|
|
|
|
# ========================================================
|
|
|
|
#
|
|
|
|
# This configuration assumes that the TALs are placed in
|
2020-09-09 15:03:30 +02:00
|
|
|
# /var/lib/routinator/tals and the repository cache is maintained in
|
|
|
|
# /var/lib/routinator/rpki-cache.
|
2019-07-15 12:08:18 +02:00
|
|
|
#
|
|
|
|
# It will start Routinator with an RTR server listening on port 3323 and
|
|
|
|
# an HTTP server listening on port 8323. Both are limited to localhost by
|
|
|
|
# default.
|
|
|
|
#
|
|
|
|
# You can use this configuration as
|
|
|
|
# /etc/routinator/routinator.conf and start Routinator with
|
|
|
|
# --config /etc/routinator/routinator.conf.
|
|
|
|
#
|
|
|
|
# This file contains only the relevant configuration options. For a complete
|
|
|
|
# example, see etc/routinator.conf.example in the source distribution or
|
|
|
|
# consult the manual page.
|
|
|
|
|
2020-09-09 15:03:30 +02:00
|
|
|
repository-dir = "/var/lib/routinator/rpki-cache"
|
|
|
|
tal-dir = "/var/lib/routinator/tals"
|
2019-07-15 12:08:18 +02:00
|
|
|
rtr-listen = ["127.0.0.1:3323"]
|
2020-09-09 15:03:30 +02:00
|
|
|
http-listen = ["127.0.0.1:8323"]
|