Merge pull request #3522 from swg0101/systemcert
luci-base/mod-network: corrections to previous commit
This commit is contained in:
commit
679e59f4f3
2 changed files with 2 additions and 2 deletions
0
modules/luci-base/root/usr/libexec/rpcd/luci
Normal file → Executable file
0
modules/luci-base/root/usr/libexec/rpcd/luci
Normal file → Executable file
|
@ -1428,7 +1428,7 @@ return L.view.extend({
|
|||
o.depends({ mode: 'sta-wds', encryption: 'wpa' });
|
||||
o.depends({ mode: 'sta-wds', encryption: 'wpa2' });
|
||||
|
||||
o = ss.taboption('encryption', form.Flag, 'ca_cert_usesystem', _('Use system certificates'), _("Validate server certificate using built-in system CA bundle,<br />requires the \"ca-bundle\" package"))
|
||||
o = ss.taboption('encryption', form.Flag, 'ca_cert_usesystem', _('Use system certificates'), _("Validate server certificate using built-in system CA bundle,<br />requires the \"ca-bundle\" package"));
|
||||
o.enabled = '1';
|
||||
o.disabled = '0';
|
||||
o.default = o.disabled;
|
||||
|
@ -1524,7 +1524,7 @@ return L.view.extend({
|
|||
return true;
|
||||
};
|
||||
|
||||
o = ss.taboption('encryption', form.Flag, 'ca_cert2_usesystem', _('Use system certificates for inner-tunnel'), _("Validate server certificate using built-in system CA bundle,<br />requires the \"ca-bundle\" package"))
|
||||
o = ss.taboption('encryption', form.Flag, 'ca_cert2_usesystem', _('Use system certificates for inner-tunnel'), _("Validate server certificate using built-in system CA bundle,<br />requires the \"ca-bundle\" package"));
|
||||
o.enabled = '1';
|
||||
o.disabled = '0';
|
||||
o.default = o.disabled;
|
||||
|
|
Loading…
Reference in a new issue