Re: Running "certbot" ffom cron
- Reply: Karl Vogel : "Re: Running "certbot" ffom cron"
- In reply to: Jerry : "Running "certbot" ffom cron"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Feb 2025 01:18:24 UTC
On Tue, Feb 11, 2025 at 04:24:05PM -0500, Jerry wrote: > I have added this to the environment: > CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1. I also put it at the top of my > cron file. I am not sure if the FreeBSD cron supports setting environment like this, although I have until now believed it does. Just in case and for curiosity's sake, I would try setting it explicitly within the command line, i.e. env CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 certbot ... Hope this helps a little. -- Ian