After the installation of the single server I started the configuration script
/usr/sbin/fc-node-configuration --node-type single-server
Starting the daemon apache2 ...
Executing: /etc/init.d/apache2 start...
* apache2 has detected an error in your setup:
Syntax error on line 39 of /etc/apache2/vhosts.d/localhost.conf:
SSLCertificateFile: file '/etc/ssl/apache2/foss-cloud.foss-cloud.ch.cert.pem' does not exist or is empty
* ERROR: apache2 failed to start
{
"Reason" : "Could not start the daemon apache2.",
"Return String" : "Could not start the desired daemon.",
"Return Code" : 10
}
Line 39 - 41 of /etc/apache2/vhosts.d/localhost.conf are
SSLCertificateFile /etc/ssl/apache2/foss-cloud.foss-cloud.ch.cert.pem
SSLCertificateKeyFile /etc/ssl/apache2/foss-cloud.foss-cloud.ch.key.pem
SSLCACertificateFile /etc/ssl/certs/FOSS-Cloud_CA.cert.pem
In /etc/ssl/apache2/ are 4 files
server.crt server.csr server.key server.pem
but not the files of line 39 - 41 of the script.
By starting manualy the apache server again there is the following error:
fc-ss apache2 # /etc/init.d/apache2 start
* apache2 has detected an error in your setup:
Syntax error on line 39 of /etc/apache2/vhosts.d/localhost.conf:
SSLCertificateFile: file '/etc/ssl/apache2/foss-cloud.foss-cloud.ch.cert.pem' does not exist or is empty
* ERROR: apache2 failed to start
Info:
After copying the directory /etc/ssl/apache2 from a multiserver environment into the single server, the installation script runs through.
Afterwards, the single server works fine.
Apache was started before the certificate was created.