Lets Encrypt SSL mit Apache2
Hallo zusammen,
da StartSSL ja leider nicht mehr vertraut wird, habe ich mir nun eine Alternative gesucht und bin bei Lets Encrypt gelandet.
Ich bin nach dieser Anleitung vorgegangen:
https://linux-scout.de/webserver/lets-encrypt-unter-debian-fuer-apache2- ...
Leider bekomme ich eine Fehlermeldung beim Anfordern
Zum System:
Debian 8.6.0
8GB RAM
Xeon E5-2630v4 (2vCore)
Auf dem Server liegen diverse Domains und Subdomains.
abc.de
abc.net
abc.org
xyz.de
blog.xyz.de
forum.xyz.de
webmail.xyz.de
Aufgebaut ist das ganze so:
/etc/apache2/sites-available
abc_de.conf
abc_net.conf
forum_xyz_de.conf
die Seiten liegen dann alle im Unterverzeichnis /var/www/abc_de etc.
Nun kommt bei dem Anfordern eines Zertifikates die Meldung:
We were unable to find a vhost with a ServerName or Address of abc_de
Which virtual host would you like to choose?
(note: conf files with multiple vhosts are not yet supported)
1: 000-default.conf | Multiple Names | | Enabled
2: 000-default-le-ssl.conf | Multiple Names | HTTPS | Enabled
3: default-ssl.conf | | HTTPS |
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): c
No vhost exists with servername or alias of:abc_de (or it's in a file with multiple vhosts, which Certbot can't parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443...
Hier kommt meine .conf Datei leider nicht zur Auswahl.
Was ,uiss ich hier anpassen bzw. ändern?
Ich möchte nicht alles in einer .conf Datei stehen haben...
Gruß
da StartSSL ja leider nicht mehr vertraut wird, habe ich mir nun eine Alternative gesucht und bin bei Lets Encrypt gelandet.
Ich bin nach dieser Anleitung vorgegangen:
https://linux-scout.de/webserver/lets-encrypt-unter-debian-fuer-apache2- ...
Leider bekomme ich eine Fehlermeldung beim Anfordern
Zum System:
Debian 8.6.0
8GB RAM
Xeon E5-2630v4 (2vCore)
Auf dem Server liegen diverse Domains und Subdomains.
abc.de
abc.net
abc.org
xyz.de
blog.xyz.de
forum.xyz.de
webmail.xyz.de
Aufgebaut ist das ganze so:
/etc/apache2/sites-available
abc_de.conf
abc_net.conf
forum_xyz_de.conf
die Seiten liegen dann alle im Unterverzeichnis /var/www/abc_de etc.
Nun kommt bei dem Anfordern eines Zertifikates die Meldung:
We were unable to find a vhost with a ServerName or Address of abc_de
Which virtual host would you like to choose?
(note: conf files with multiple vhosts are not yet supported)
1: 000-default.conf | Multiple Names | | Enabled
2: 000-default-le-ssl.conf | Multiple Names | HTTPS | Enabled
3: default-ssl.conf | | HTTPS |
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): c
No vhost exists with servername or alias of:abc_de (or it's in a file with multiple vhosts, which Certbot can't parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443...
Hier kommt meine .conf Datei leider nicht zur Auswahl.
Was ,uiss ich hier anpassen bzw. ändern?
Ich möchte nicht alles in einer .conf Datei stehen haben...
Gruß
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 330427
Url: https://administrator.de/forum/lets-encrypt-ssl-mit-apache2-330427.html
Ausgedruckt am: 04.04.2025 um 15:04 Uhr
20 Kommentare
Neuester Kommentar
Hallo,
füge deinen confs jeweils die ServerName Direktive (http://httpd.apache.org/docs/2.2/de/mod/core.html#servername) hinzu.
Gruß
füge deinen confs jeweils die ServerName Direktive (http://httpd.apache.org/docs/2.2/de/mod/core.html#servername) hinzu.
Gruß
@slain
AAArg... bitte vergewaltige den Namen nicht... das mindeste was sein muss ist Slainte! Slain.. geht gar nicht.. pffDie Config Dateien sind soweit ja sepperiert.
Nö ist sie nicht, wie hier zu sehen:@marinuxx hier mal eine Config.
user@web:/etc/apache2/sites-available$ cat abc_de.conf
<VirtualHost *:80>
[...]
</VirtualHost>
<VirtualHost *:443>
[...]
</VirtualHost>
user@web:/etc/apache2/sites-available$ cat abc_de.conf
<VirtualHost *:80>
[...]
</VirtualHost>
<VirtualHost *:443>
[...]
</VirtualHost>
1
(note: conf files with multiple vhosts are not yet supported
Auf Deutsch: keine conf Files mit mehreren VirtualHost!! Also, neuer Versuch bitte .)