Wildcard LE certificate usage
Hello, Is there any way to use wildcard LE instead of checking for every subdomain? Thanks
The only way to achieve this at the moment is by managing the certificates yourself and setting them as custom certificates to your desired routes (this feature was introduced in 0.6.0).
I am trying to think how could we automate this as well though. Maybe we could entertain introducing separate certificate management in Ceryx and tie certificates with routes using NxM relationships.
I was thinking about disabling the certificate generation and use the default certificate to solve this issue since I have only a few base domains. ...Then generating/renewing the certificates from an external container specialized for this purpose. I could not figure our how to reload/restart ceryx/openresty though. If you share this, I will greatly appreciate. Thanks again.