I run:
And it shows
I thought that the ecc_certificates=0 setting was supposed to make the certificate generation use RSA keys instead of ECC, but this is not happening.
Code:
da config-set ecc_certificates 0
service directadmin restart
/usr/local/directadmin/scripts/letsencrypt.sh server_cert
And it shows
Code:
exec ["/usr/local/bin/lego" "--accept-tos" "--email=****@****.***" "--key-type=ec256" "--server=https://acme-v02.api.letsencrypt.org/directory"
I thought that the ecc_certificates=0 setting was supposed to make the certificate generation use RSA keys instead of ECC, but this is not happening.