RE: certbot
- Reply: paul beard : "Re: certbot"
- In reply to: Souji Thenria: "Re: certbot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Apr 2024 12:13:41 UTC
I use certbot on FreeBSD 14 and it works fine there was a thread that I did that answers this question... just to modify the script to not use the legacy open ssl.. -----Message d'origine----- De : owner-freebsd-questions@FreeBSD.org <owner-freebsd-questions@FreeBSD.org> De la part de Souji Thenria Envoyé : samedi 20 avril 2024 23:42 À : paul beard <paulbeard@gmail.com>; John Levine <johnl@iecc.com> Cc : freebsd-questions@freebsd.org Objet : Re: certbot On Sun Apr 21, 2024 at 4:13 AM BST, paul beard wrote: > The question at hand is why OP can't use something as straightforward > as what I run. Why does he need to run it with environment variables > where I don't? FreeBSD 14 uses a newer OpenSSL version, which probably disables some older algorithms that are needed by certbot. You don't have this problem since you are running FreeBSD 13, which still uses the older OpenSSL version and supports those algorithms by default.