I currently configure a Webserver with SSL certificate on a Red Hat 8 machine. I could not run properly apachectl configtest
returning Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server configuration
I found that the module mod_ssl
is missing since I simply tried yum install mod_ssl
which match no repository in Red Hat 8. Then I searched on https://pkgs.org/search/?q=mod_ssl where I could get the package. I thought certwatch-mod_ssl-1.2-1.el8.x86_64.rpm
would do the job but it also requires the mod_ssl
returning nothing provides mod_ssl needed by certwatch-mod_ssl-1.2-1.el8.x86_64
The option I have left is to install third party repositories for the SSL module from Raven Modular x86_64. I cannot imagine Red Hat 8 is not providing any own SSL module for the Apache server. This feels not correct to rely on third-party for such basic and crucial task.