diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-01 07:17:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-01 07:17:16 +0000 |
commit | 62019d15a0a95a6ae87929cbb4e6e2c03a4d37dd (patch) | |
tree | d8b83277f76e1d1b24f985394670006ebeca392f /rcynic | |
parent | bc934a48ac4377c2c6477f490494bf1cebe88e45 (diff) |
Add TAL example.
svn path=/rcynic/scripts/freebsd/rcynic.conf; revision=3597
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/scripts/freebsd/rcynic.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rcynic/scripts/freebsd/rcynic.conf b/rcynic/scripts/freebsd/rcynic.conf index 93d4ea36..6e464e7e 100644 --- a/rcynic/scripts/freebsd/rcynic.conf +++ b/rcynic/scripts/freebsd/rcynic.conf @@ -17,3 +17,11 @@ log-level = log_usage_err #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. |