mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Clarify purpose of ID httpserver.ca
The existing description of "CA Certificate" is confusing, in that it implies the user should select the Certificate Authority responsible for generating their SSL pem (e.g. LetsEncrypt), when the parameter is solely used to specify the CA used for verifying Client Certificates. While this might be acceptable in self-signed scenarios where users have the appropriate keys to generate a client CA, it's unfortunately not the case for production SSL certs.
This commit is contained in:
parent
2203ac15c5
commit
0e4e011d63
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>httpserver.ca</id>
|
||||
<label>CA Certificate</label>
|
||||
<label>Client CA Certificate</label>
|
||||
<type>dropdown</type>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue