This post is part of a series. This list contains all of the posts:
My Lets Encrypt certificates were failing to renew while issuing the following command:
/usr/bin/certbot renew
I received the following error:
produced an unexpected error: __str__ returned non-string (type Error). Skipping.
All renewal attempts failed.
I found the solution here:
yum -y install ca-certificates
This post is part of a series. This list contains all of the posts: