mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix desc of OpenVPN sync to show that it also syncs certs. Fixes #9283
This commit is contained in:
parent
14d470377e
commit
9f3b87d898
@ -243,7 +243,7 @@ $group->add(new Form_MultiCheckbox(
|
||||
$group->add(new Form_MultiCheckbox(
|
||||
'synchronizeopenvpn',
|
||||
'Synchronize OpenVPN',
|
||||
'OpenVPN configuration ',
|
||||
'OpenVPN configuration (Implies CA/Cert/CRL Sync) ',
|
||||
($pconfig['synchronizeopenvpn'] === 'on'),
|
||||
'on'
|
||||
));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user