aboutsummaryrefslogtreecommitdiff
path: root/rcynic-ng/installation-scripts/sample-rcynic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rcynic-ng/installation-scripts/sample-rcynic.conf')
-rw-r--r--rcynic-ng/installation-scripts/sample-rcynic.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/rcynic-ng/installation-scripts/sample-rcynic.conf b/rcynic-ng/installation-scripts/sample-rcynic.conf
new file mode 100644
index 00000000..6e464e7e
--- /dev/null
+++ b/rcynic-ng/installation-scripts/sample-rcynic.conf
@@ -0,0 +1,27 @@
+# $Id$
+#
+# Sample rcynic configuration file for FreeBSD jailed environment
+
+[rcynic]
+rsync-program = /bin/rsync
+authenticated = /data/authenticated
+old-authenticated = /data/authenticated.old
+unauthenticated = /data/unauthenticated
+lockfile = /data/lock
+jitter = 600
+use-syslog = true
+log-level = log_usage_err
+
+# You need to specify some trust anchors here, eg:
+
+#trust-anchor.1 = /etc/trust-anchors/ta-1.cer
+#trust-anchor.2 = /etc/trust-anchors/ta-2.cer
+
+# or, using the "Trust Anchor Locator" form:
+
+#trust-anchor-locator.1 = /etc/trust-anchors/ta-1.tal
+#trust-anchor-locator.2 = /etc/trust-anchors/ta-2.tal
+
+# The choice between these two formats depends largely on the policies
+# of the entity generating the corresponding trust anchor, ie, will
+# probably be made for you by the generating entity.