diff options
author | jim-p <jimp@pfsense.org> | 2011-03-02 08:56:45 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-03-02 08:57:58 -0500 |
commit | 93c1127fd84ee4c7ced02dcdee39db3eb93612f1 (patch) | |
tree | a573c4eaa261943730d2015e9563a2b733a6fb02 /usr | |
parent | e77ecd8e14b6255b7880456ef807df5a92e5f451 (diff) | |
download | pfsense-93c1127fd84ee4c7ced02dcdee39db3eb93612f1.zip pfsense-93c1127fd84ee4c7ced02dcdee39db3eb93612f1.tar.gz |
Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/pkg/carp_settings.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml index 075a919..3365bba 100644 --- a/usr/local/pkg/carp_settings.xml +++ b/usr/local/pkg/carp_settings.xml @@ -99,6 +99,12 @@ <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> <description>When this option is enabled, this system will automatically sync the firewall rules to the other CARP host when changes are made..</description> @@ -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> |