Enable https in Icingaweb
Opened this issue · 3 comments
schneif2 commented
Enable HTTPS / SSL on Apache2 with default config with given SSL Certificate files.
mkayontour commented
Hi, do you mean to enable SSL in the default config of the Apache2? If so this should be managed via role apache2 maybe.
christoph2497 commented
Hi, do you mean to enable SSL in the default config of the Apache2? If so this should be managed via role apache2 maybe.
Since there is no apache2-role
as the collection installs the icingaweb2 package that includes a apache2-webserver this can't be managed via the role you expected to exist
mkayontour commented
The icingaweb2 package doesn't include the apache2 webserver, instead th webserver is a dependency. You can uninstall or manage it as you want.
So it is possible to use the geerlingguy.apache2 role to manage certificates.