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...
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
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.