~ubuntu-branches/ubuntu/wily/fetch-crl/wily-proposed

« back to all changes in this revision

Viewing changes to fetch-crl.cnf.example

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2011-12-10 05:56:07 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111210055607-sllxp1qouvutt9am
Tags: 3.0.8-1
* New upstream release
* The fetch-crl-boot service requires $network (Closes: #640412)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
#
102
102
# catemplate  = @ALIAS@.pem; @ALIAS@.@R@; @ANCHORNAME@.@R@
103
103
#
 
104
# When @HASH@ (c_hash from default OpenSSL version as based on the retrieved
 
105
# CRL) is used in this template list, a CRL will *always* be retrieved first,
 
106
# even if no corresponding trust anchor is found later. Use of @HASH@ is
 
107
# only recommended in case the name of the crl_url or info file is different
 
108
# from the name of the trust anchor.
 
109
#
 
110
# catemplate  = @ALIAS@.pem; @ALIAS@.@R@; @ANCHORNAME@.@R@; @HASH@.0
 
111
#
104
112
# ---------------------------------------------------------------------------
105
113
# opensslmode is used if the openssl format for output is specified and also
106
114
# OpenSSL version 1.0.0 or higher are used. If so, you can have the CRL data
119
127
# nonssverify
120
128
#
121
129
# ---------------------------------------------------------------------------
 
130
# use up to <parallelism> thread in parallel to retrieve and install CRLs
 
131
# This feature is likely NOT COMPATIBLE with the use of NSS databases for
 
132
# CRLs, due to thread contention issues
 
133
#
 
134
# parallelism = 5
 
135
#
 
136
# ---------------------------------------------------------------------------
122
137
# wait up to <randomwait> seconds before doing anything at all 
123
138
# useful for randoming the start time and download from cron across the world
124
139
#