Expired LetsEncrypt Certificate [FreeBSD, FreeNAS]
Expired LetsEncrypt Certificate [FreeBSD, FreeNAS]
Does anyone know how to fix this on FreeBSD? I've seen the fix for the Windows version, but I'm not sure how to fix this or locate the cert store on FreeBSD. I'm running this out of a jail on FreeNAS.
Re: Expired LetsEncrypt Certificate [FreeBSD, FreeNAS]
hope you solved it by now, but in case someone else hasnt:
basically you just need to update your ca-certs, but due to you having stale cert it breaks the chain you get stuck in a bad spot.
so either manually just grab, or nuke existing cert and re-install
rm /usr/local/etc/ssl/cert.pem
pkg install -f ca_root_nss
if your doing this on a truenas box, look at:
TrueNAS - https://www.truenas.com/community/threa ... ate.96008/
basically you just need to update your ca-certs, but due to you having stale cert it breaks the chain you get stuck in a bad spot.
so either manually just grab, or nuke existing cert and re-install
rm /usr/local/etc/ssl/cert.pem
pkg install -f ca_root_nss
if your doing this on a truenas box, look at:
TrueNAS - https://www.truenas.com/community/threa ... ate.96008/