Hi.
I configured different domains:
preuss-it.com points to 82.165.61.68
ingo-preuss.de and mcs247.de points to 217.160.42.165
The SSL server report said:
ingo-preuss.de is ok
preuss-it.com is ok
mcs247.de is ok
The only config I did is the conf file for each domain in /etc/apache2/sites-available
ingo-preuss.de.conf:
<VirtualHost *:80>
ServerName ingo-preuss.de
Redirect permanent / https://www.ingo-preuss.de
RewriteEngine on
RewriteCond %{SERVER_NAME} =ingo-preuss.de
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
www.ingo-preuss.de.conf points to the file directory. The same is preuss-it.com and mcs247.de.
But if I google for "Max Scharnewski" I get "ingo-preuss.de" as the first search result.
certbot renew --dry-run said all renewals succeded
A hint would be great.
Best Ingo
My web server is (include version): Apache/2.4.46 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu
My hosting provider, if applicable, is: 1und1
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 0.31.0