ok i think it is not fixed…
https://www.ssllabs.com/ssltest/analyze.html?d=zpd.wtf
is that a fail with virtualhosts?
root@ZPD:~# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/zpd.wtf.conf
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/certbot/renewal.py”, line 64, in _reconst itute
renewal_candidate = storage.RenewableCert(full_path, config)
File “/usr/lib/python3/dist-packages/certbot/storage.py”, line 441, in _init _
“file reference”.format(self.configfile))
certbot.errors.CertStorageError: renewal config file {} is missing a required fi le reference
Renewal configuration file /etc/letsencrypt/renewal/zpd.wtf.conf is broken. Skip ping.
Processing /etc/letsencrypt/renewal/zpd.wtf-0001.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator standalone, Installer None
Running pre-hook command: systemctl stop apache2
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.zpd.wtf
http-01 challenge for zpd.wtf
Waiting for verification…
Cleaning up challenges
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/zpd.wtf-0001/fullchain.pem
Processing /etc/letsencrypt/renewal/zockpd.com-0001.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for zockpd.com
Waiting for verification…
Cleaning up challenges
new certificate deployed with reload of apache server; fullchain is
/etc/letsencrypt/live/zockpd.com-0001/fullchain.pem
Processing /etc/letsencrypt/renewal/zockpd.com.conf
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for webinterface.zockpd.com
http-01 challenge for zockpd.com
Waiting for verification…
Cleaning up challenges
new certificate deployed with reload of apache server; fullchain is
/etc/letsencrypt/live/zockpd.com/fullchain.pem
Processing /etc/letsencrypt/renewal/webinterface.zockpd.com.conf
Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for webinterface.zockpd.com
Cleaning up challenges
Attempting to renew cert (webinterface.zockpd.com) from /etc/letsencrypt/renewal/webinterface.zockpd.com.conf produced an unexpected error: Problem binding to port 80: Could not bind to IPv4 or IPv6… Skipping.
The following certs could not be renewed:
/etc/letsencrypt/live/webinterface.zockpd.com/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)
The following certs were successfully renewed:
/etc/letsencrypt/live/zpd.wtf-0001/fullchain.pem (success)
/etc/letsencrypt/live/zockpd.com-0001/fullchain.pem (success)
/etc/letsencrypt/live/zockpd.com/fullchain.pem (success)
The following certs could not be renewed:
/etc/letsencrypt/live/webinterface.zockpd.com/fullchain.pem (failure)
Additionally, the following renewal configurations were invalid:
/etc/letsencrypt/renewal/zpd.wtf.conf (parsefail)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)
Running post-hook command: systemctl start apache2
1 renew failure(s), 1 parse failure(s)
root@ZPD:~#