Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/renewal.py", line 65, in _reconstitute
renewal_candidate = storage.RenewableCert(full_path, config)
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 439, in __init__
self._check_symlinks()
File "/usr/lib/python3/dist-packages/certbot/storage.py", line 502, in _check_symlinks
"not exist".format(target, link))
certbot.errors.CertStorageError: target /etc/letsencrypt/archive/cert6.pem of symlink /etc/letsencrypt/live/vibez-clan.de/cert.pem does not exist
Renewal configuration file /etc/letsencrypt/renewal/vibez-clan.de.conf is broken. Skipping.
still not working
The File is marked red in putty. other symlinks are marked blue
Remember to update that client
If APT doesn't have anything newer [probably not - 18.04 is very old too], you can remove it from APT and install it from SNAP.
See: Certbot Instructions | Certbot (eff.org)
U may have a solutions for my apache2-warnings too?
[Fri Jan 20 13:22:19.508167 2023] [mpm_prefork:notice] [pid 22531] AH00171: Graceful restart requested, doing restart
[Fri Jan 20 13:22:19.561490 2023] [ssl:warn] [pid 22531] AH01909: vibez-clan.de:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jan 20 13:22:19.562452 2023] [ssl:warn] [pid 22531] AH01909: vibez-clan.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Jan 20 13:22:19.562774 2023] [mpm_prefork:notice] [pid 22531] AH00163: Apache/2.4.29 (Ubuntu) OpenSSL/1.1.1 configured -- resuming normal operations
[Fri Jan 20 13:22:19.562786 2023] [core:notice] [pid 22531] AH00094: Command line: '/usr/sbin/apache2'
also, my ssl-cert is not secure if i visit my website without www.
So no problems with www.vibez-clan.de
but on vibez-clan.de its Invalid SSL Certificate
Those two things are one. Apache is complaining that the certificate doesn't cover all the names being served by that HTTPS block.
Your browser is complaining that the certificate doesn't cover the name being requested (when "www").
well i have probably fixed it somehow..
i played around with alias and servername in configurations.
It actually seems to work, atleast i can reach my sites with and without www
So, you are missing a cert with both COM names on it.
And if you want to serve both ECDSA and RSA... then you could get a second cert for each [DE & COM].
There is no way to "edit".
You have to request a new cert with both names on it.
Then switch the web server to use that new cert.
OR
Replace the existing cert with another cert but use the same cert name.
Add: --cert-name www.vibez-clan.com -d vibez-clan.com -d www.vibez-clan.com