redbird
redbird copied to clipboard
Please add support for new LE wildcard certs
Hey!
Love Redbird, nice work! LE's new wildcard cert is out: https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579 . Would be great to see it integrated with Redbird! (And documented if it requires special handling).
https://github.com/OptimalBits/redbird/issues/137#issuecomment-374337276
Greenlock now supports Let's Encrypt v2 (ACME draft 11), so upgrading Redbird will land that support.
However, the storage plugins will also need to be updated to do the lookup (i.e. before example.com => example.com, but now example.com, foo.example.com, etc => *.example.com).
Eagerly waiting for this too! I'm running into rate limits by registering too many dynamic subdomains, wildcard certs would be fantastic.
I'd love to see this implemented