mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316
This commit is contained in:
parent
e77ecd8e14
commit
93c1127fd8
@ -98,6 +98,12 @@
|
||||
<description>When this option is enabled, this system will automatically sync the users and groups over to the other CARP host when changes are made.</description>
|
||||
<type>checkbox</type>
|
||||
</field>
|
||||
<field>
|
||||
<fielddescr>Synchronize Certificates</fielddescr>
|
||||
<fieldname>synchronizecerts</fieldname>
|
||||
<description>When this option is enabled, this system will automatically sync the Certificate Authorities, Certificates, and Certificate Revocation Lists over to the other CARP host when changes are made.</description>
|
||||
<type>checkbox</type>
|
||||
</field>
|
||||
<field>
|
||||
<fielddescr>Synchronize rules</fielddescr>
|
||||
<fieldname>synchronizerules</fieldname>
|
||||
@ -131,7 +137,7 @@
|
||||
<field>
|
||||
<fielddescr>Synchronize OpenVPN</fielddescr>
|
||||
<fieldname>synchronizeopenvpn</fieldname>
|
||||
<description>When this option is enabled, this system will automatically sync the OpenVPN configuration to the other CARP host when changes are made.</description>
|
||||
<description>When this option is enabled, this system will automatically sync the OpenVPN configuration to the other CARP host when changes are made. Using this option implies "Synchronize Certificates" as they are required for OpenVPN.</description>
|
||||
<type>checkbox</type>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user