[libre-riscv-dev] [Bug 182] Move to libre-soc.org

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Tue Feb 18 10:34:16 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=182

--- Comment #17 from vklr at vkten.in <vklr at vkten.in> ---
(In reply to Luke Kenneth Casson Leighton from comment #16)
> wildcard works well. i really do not want the hassle of setting up five or
> more separate ssl cerificates: git list smtp main ftp bugs and more in the
> future.

There is a misunderstanding.

Wildcard certificates support only one level of sub-domains.
E.g. *.example.com and not a.b.example.com
Wildcard certificates is deprecated by a RFC because of security risk.

Certificates have a thing called SAN (Subject Alternative Name).
Multiple SAN's can be specified for a single certificate.
Which allows many subdomains to be specified in a single certificate.
E.g. example.com, a.example.com, b.example.com, m.a.example.com,
t.b.example.com

Let's Encrypt certbot acme client allows http challenge for this multiple SAN
type setup. But wildcard certificate creation can be done with dns challenge
only.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list