mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Ability to setup separate certificates for DoH, DoT, DoQ #4484
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#4484
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @savely-krasovsky on GitHub (May 21, 2023).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
What problem are you trying to solve?
Currently I know only one CA which issues SSL certificates for IPs, it's ZeroSSL. But in their free tier they issue one cert for the exactly one IP/domain, so I can't issue single certificate for both DoH and DoT.
Proposed solution
Add ability to choose separate certificates for DoH, DoT and probably DoQ. AFAIK it will allow to use DDR.
Alternatives considered
Buy ZeroSSL 50$ per month tier and create cert with IP, domain and wildcard domain to complete fulfill our needs with one certificate.
Additional information
@fernvenue commented on GitHub (May 22, 2023):
May I ask why you can't use single certificate for both DoH and Dot? They are just working on different ports.
@savely-krasovsky commented on GitHub (May 22, 2023):
By certificate for IP I mean something like https://1.1.1.1 where Cloudflare issued a cert with SAN=IP:1.1.1.1
It allows to use DDR standard.
@ainar-g commented on GitHub (Jun 28, 2023):
Merging into #741.