diff options
author | Rob Austein <sra@hactrn.net> | 2012-05-09 22:09:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-05-09 22:09:13 +0000 |
commit | 7d72caf49ea375c573bc1b9b96575d35e8fa627f (patch) | |
tree | 9a24a5c1789bfe22aa1af39edcdeff99b22957d8 /rpkid/examples | |
parent | 9383dbe4d8826b94b48f7bb162e313207bc05de6 (diff) |
Run daemons as, well, daemons. Closes #246.
svn path=/trunk/; revision=4481
Diffstat (limited to 'rpkid/examples')
-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 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 |