mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/freeradius: make use od certificates clearer (#1015)
(cherry picked from commit 5e729dfa82)
This commit is contained in:
parent
bf0cbb9de6
commit
c10e3b4a02
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.8.2
|
||||
PLUGIN_VERSION= 1.8.3
|
||||
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>eap.enable_client_cert</id>
|
||||
<label>Validate Certificates</label>
|
||||
<label>Use own certificates</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will activate certificate based authentication (EAP-TLS) and validation (EAP-TTLS). Please choose CA and Certificate below and do not forget to roll out certificates to the clients.</help>
|
||||
<help>This will activate certificate based authentication (EAP-TLS) and validation (EAP-TTLS). Please choose CA and Certificate below and do not forget to roll out certificates to the clients. If you do not enable this, default installation certificate will be used.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>eap.ca</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue