ich wollte mithilfe von Let's Encrypt meine Website mit mehrern SSL Zertifikate absichern.
Dafür sollte ich mal die Domain "Struktur" erklären.
Ich habe folgende Subdomains
- domain.de
cloud.domain.de
c.domain.de
(api.domain.de) wird nicht weiter in diesem Artikel gebraucht
- cloud.domain.de
c.domain.de
Wenn ich nun den Befehl
Code: Alles auswählen
./certbot-auto --apache -d cloud.domain -d c.domain.de
Code: Alles auswählen
Error while running apache2ctl configtest.
Action 'configtest' failed.
The Apache error log may have more information.
apache2: Syntax error on line 218 of /etc/apache2/apache2.conf: Syntax error on line 16 of /etc/apache2/sites-enabled/c-le-ssl.conf: Expected </VirtualHost> but saw </VirtualHost></IfModule>
