Hello,
To force 4096-bit RSA, is it enough just to add aat the end '4096 or should be also included -f?
So,
or
To force 4096-bit RSA, is it enough just to add aat the end '4096 or should be also included -f?
So,
Code:
certbot certonly --non-interactive --agree-tos -m demo@gmail.com --webroot -w /var/www/certbot -d example.com 4096
Code:
certbot certonly --non-interactive --agree-tos -m demo@gmail.com --webroot -w /var/www/certbot -d example.com -f 4096