-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
32 lines (26 loc) · 790 Bytes
/
Copy pathconfig.yml
File metadata and controls
32 lines (26 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cache_dir: cache
output_dir: output
# Interval between rpki-client runs
interval: 1200
# Timeout before rpki-client is killed
timeout: 1175
# Deadline
# unix_timestamp(now) + deadline is passed to rpki-client process in the
# DEADLINE environment variable.
# Can be used with an rsync wrapper to timeout rsync processes.
# -1 to disable.
#
# Note that it may take ~10s before rsync is actually started
# deadline: -1
# optional: Skip or leave empty to listen on both IPv4 and IPv6
host: 0.0.0.0
port: 8888
rpki_client: /usr/sbin/rpki-client
additional_opts: []
# use -R to disable RRDP on recent rpki-client versions.
trust_anchor_locators:
- /etc/pki/tals/afrinic.tal
- /etc/pki/tals/apnic.tal
- /etc/pki/tals/lacnic.tal
- /etc/pki/tals/ripe.tal
- /etc/pki/tals/arin.tal