Skip to content
Discussion options

You must be logged in to vote

I would not ignore the validation. Reissue the certificate with both names in its Subject Alternative Names:

DNS:mysubdomain.duckdns.org
DNS:*.mysubdomain.duckdns.org

A wildcard only covers one label at that position. Therefore *.mysubdomain.duckdns.org covers dns.mysubdomain.duckdns.org and cli1234.mysubdomain.duckdns.org, but it does not cover the bare mysubdomain.duckdns.org.

With the two SANs above, use:

AdGuard Home Server name:       mysubdomain.duckdns.org
Android Private DNS hostname:   cli1234.mysubdomain.duckdns.org
Allowed clients entry:          cli1234

That is the layout described by AdGuard Home's ClientID documentation: the certificate needs to cover both the configured s…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@alex13lopez
Comment options

@Charlie284
Comment options

Answer selected by alex13lopez
@alex13lopez
Comment options

@alex13lopez
Comment options

@alex13lopez
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants