diff options
Diffstat (limited to 'rpkid/examples/rpki.conf')
-rw-r--r-- | rpkid/examples/rpki.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/examples/rpki.conf b/rpkid/examples/rpki.conf index 66e88abc..8c9bc261 100644 --- a/rpkid/examples/rpki.conf +++ b/rpkid/examples/rpki.conf @@ -25,7 +25,7 @@ handle = @HANDLE@ # belong, you might want or need to change this. In the long term # this should be handled by a setup wizard. -bpki_servers_directory = @SHAREDSTATEDIR@/rpki +bpki_servers_directory = @DATAROOTDIR@/rpki # Whether you want to run your own copy of rpkid (and irdbd). You # want this on unless somebody else is hosting rpkid service for you. @@ -82,7 +82,7 @@ rootd_server_port = 4401 # generated certificates match up with the published objects so that # relying parties can find and verify rpkid's published outputs. -publication_base_directory = @SHAREDSTATEDIR@/rpki/publication +publication_base_directory = @DATAROOTDIR@/rpki/publication publication_root_cert_directory = ${myrpki::publication_base_directory}.root # rsyncd module name corresponding to publication_base_directory. |