I ran this command: /opt/letsencrypt/letsencrypt-auto renew --dry-run
It produced this output: No output, just going blank
The operating system my web server runs on is (include version): Using CentOS 6/Apache-2.2.15 /Linode_VPS/single domain running on VPS and manually edited the vhost file.
Using below command in Crontab to auto renew certificates: /opt/letsencrypt/letsencrypt-auto certonly --renew-by-default --webroot -w /var/www/html/example.com/ -d example.com -d www.example.com
It was all working perfectly but last attempt was failed, logging below lines in /var/log/letsencrypt/letsencrypt-auto-update.log file:
But it was working fine previously, why now its using IPV6?
Also tried changing the vhost for supporting ipv6 but still not resolved.
Is there any way to update the certificates with ipv4 only?