-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hello,
When trying to use le.pl on my Debian machine - it gives me this error:
PKCS#1 1.5 is disabled as it is known to be vulnerable to marvin attacks. at /usr/local/share/perl/5.32.1/Crypt/LE.pm line 674.
It was forking fine for few years, but now it stopped working completely. I'm unable t orenew the certs or create a new ones..
le.pl -key account.key -csr /var/www/cert/somedomain.csr -csr-key /var/www/cert/somedomain.key -crt /var/www/cert/somedomain.crt -domains some.domain.pl -path /var/www/dummy/.well-known/acme-challenge -generate-missing -live -renew 10 -unlink 2025/05/09 14:09:59 [ Crypt::LE client v0.40 started. ] 2025/05/09 14:09:59 Generating a new account key PKCS#1 1.5 is disabled as it is known to be vulnerable to marvin attacks. at /usr/local/share/perl/5.32.1/Crypt/LE.pm line 674.
Is there any solution available? I've tried to google how to enable support PKCS1 v1.5 in OpenSSL, but it seems that it's undocumented.