From 7d72caf49ea375c573bc1b9b96575d35e8fa627f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 9 May 2012 22:09:13 +0000 Subject: Run daemons as, well, daemons. Closes #246. svn path=/trunk/; revision=4481 --- rpkid/examples/rpki.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/examples') diff --git a/rpkid/examples/rpki.conf b/rpkid/examples/rpki.conf index add367da..fdcd4cdd 100644 --- a/rpkid/examples/rpki.conf +++ b/rpkid/examples/rpki.conf @@ -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 = publication/ +publication_base_directory = publication # rsyncd module name corresponding to publication_base_directory. # This has to match the module you configured into rsyncd.conf. @@ -317,7 +317,7 @@ rpki-root-cert = ${myrpki::publication_base_directory}/root.cer # Where rootd should stash a copy of the PKCS #10 request it gets from # its one (and only) child -rpki-subject-pkcs10 = rootd.subject.pkcs10 +rpki-subject-pkcs10 = ${myrpki::bpki_servers_directory}/rootd.subject.pkcs10 # Lifetime of the one and only certificate rootd issues -- cgit v1.2.3