-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add HTTPD OL9 image #2959
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 HTTPD OL9 image #2959
Conversation
|
My immediate reaction was that HTTPS/TLS support would be preferable, but that would require either the creation of self-signed certificates (so that Apache actually starts) or a startup script that checked for the existence of certificates (provided via bind mount or some other mechanism) before enabling TLS support. Thoughts? |
I am happy to do this, although is there any problem for us generating openssl certs? (guess it's at runtime so shouldn't matter..) |
|
Have added something simple, and checked that it works. |
|
Anything else to do here? |
|
Can you please rebase this PR? I'll merge it then. |
|
Have also made the acme changes (hope they make sense?) Didn't put a backup file this time.. mainly because i think httpd would still try pick it up. |
|
Anything more to do here? I think it's good |
Wanting some review on this, just thinking about default listen ports, should SSL be enabled (i.e dnf install -y mod_ssl), etc.