Revision 7d30a315
Added by Jim Pingle almost 15 years ago
etc/rc.filter_synchronize | ||
---|---|---|
262 | 262 |
$sections[] = 'openvpn'; |
263 | 263 |
$sections[] = 'cert'; |
264 | 264 |
$sections[] = 'ca'; |
265 |
$sections[] = 'crl'; |
|
265 | 266 |
} |
266 | 267 |
if ($carp['synchronizecerts'] != "") { |
267 | 268 |
if (is_array($config['cert'])) |
268 | 269 |
$sections[] = 'cert'; |
269 | 270 |
if (is_array($config['ca'])) |
270 | 271 |
$sections[] = 'ca'; |
272 |
if (is_array($config['crl'])) |
|
273 |
$sections[] = 'crl'; |
|
271 | 274 |
} |
272 | 275 |
if ($carp['synchronizeusers'] != "") { |
273 | 276 |
$mergesections[] = 'user'; |
Also available in: Unified diff
Sync CRLs, too.