119 |
# nonssverify |
# nonssverify |
120 |
# |
# |
121 |
# --------------------------------------------------------------------------- |
# --------------------------------------------------------------------------- |
122 |
|
# use up to <parallelism> thread in parallel to retrieve and install CRLs |
123 |
|
# This feature is likely NOT COMPATIBLE with the use of NSS databases for |
124 |
|
# CRLs, due to thread contention issues |
125 |
|
# |
126 |
|
# parallelism = 5 |
127 |
|
# |
128 |
|
# --------------------------------------------------------------------------- |
129 |
# wait up to <randomwait> seconds before doing anything at all |
# wait up to <randomwait> seconds before doing anything at all |
130 |
# useful for randoming the start time and download from cron across the world |
# useful for randoming the start time and download from cron across the world |
131 |
# |
# |