You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking through the docker build logs for the http.docker, I see this line.
Step 4/6 : RUN a2enmod cgi
---> Running in 758779dd026b
AH00526: Syntax error on line 7 of /etc/apache2/sites-enabled/000-default.conf:
SSLCertificateFile: file '/etc/apache2/ssl/server.crt' does not exist or is empty
Your MPM seems to be threaded. Selecting cgid instead of cgi.
I checked in the docker, /etc/apache2/ssl/ exists, but the file server.crt doesn't.
Is this something we should worry about, and if so, where should we find/generate the server.crt file?
The text was updated successfully, but these errors were encountered:
Looking through the
docker build
logs for the http.docker, I see this line.I checked in the docker,
/etc/apache2/ssl/
exists, but the fileserver.crt
doesn't.Is this something we should worry about, and if so, where should we find/generate the
server.crt
file?The text was updated successfully, but these errors were encountered: