add auto certification support#9
Conversation
|
This is very cool stuff. Sorry for the delay in responding. A few concerns:
Thanks! |
|
It seems that ensuring letsencrypt is on the server should be included if the rest is automatic. Could creating a cron task for renewal be as well? |
I've added sanity checks for letsencrypt existence. if it does not exist, the default certification provider will not be set. edit: my suspicions have been comfirmed, it is apparently indeed possible to include a configuration similar to this: in pretty much any host (which could be done either by adding it to the base template or by dynamically including it as an external conf file for hosts that require it) |
add support for automatic SSL host certification.
letsencrypt support included