Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Add similar options to the REST-API that are there for listeners and servers:
- admin_ssl_verify_peer_certificate: enable client certificate verification, off by default.
- admin_ssl_verify_peer_host: enable hostname verification for client certificates, off by default.
Both of the new settings require that admin_ssl_ca is defined in order for it to work.