-
Notifications
You must be signed in to change notification settings - Fork 890
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- [*] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
- [*] I am convinced that my issue is new after having checked both open and closed issues at https://github.com/opnsense/core/issues?q=is%3Aissue
Is your feature request related to a problem? Please describe.
While Unbound supports serving DNS over TLS and DNS over HTTPS requests from clients, this requires setting a certificate for Unbound to use, and the web GUI is not exposing a certificate picker currently. This is the last missing feature for feature parity with pfsense's unbound wrapper. Note that this is distinct from the resolving behavior; this is unbound listening on 853 for clients using DNS over TLS.
Describe the solution you like
The Services > Unbound > General tab should provide a certificate picker that wires up a system certificate to unbound's tls-service-key and tls-service-pem options
Describe alternatives you considered
N/A; there's kinda just the one obvious implementation. I guess it could go on the Advanced tab instead.
Additional context
