Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSA key length in certbot-init template to small #247

Open
dhaasner opened this issue Nov 5, 2024 · 1 comment
Open

RSA key length in certbot-init template to small #247

dhaasner opened this issue Nov 5, 2024 · 1 comment

Comments

@dhaasner
Copy link

dhaasner commented Nov 5, 2024

Description
I have encountered issues with updating kobo-install to the newest version on my own server. The certbot would fail on generating Let’s Encrypt certificates during the setup process.

Finally, I found out that the RSA key length for Python 3.10+ is 2048. So, the solution was to change rsa:1024 to rsa:2048 in /kobo-install/templates/nginx-certbot/init-letsencrypt.sh.tpl before running the setup process.

Does it make sense to increase to RSA 2048 per default for Let's Encrypt?

  • OS:
  • Python Version: 3.10.12
@FranklinBarto
Copy link

FranklinBarto commented Nov 27, 2024

You have saved me soo much time! Thank you soo much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants