-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add auto certification support #9
base: main
Are you sure you want to change the base?
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