What's new

Anyone using TLS-Crypt in new 380.65 beta?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

how do you get 4096 bit RSA? i have just 1024?
I am likely too late for you, but being a fellow newb I feel the pain and hope this post may save future newb suffering.

Assuming you built your keys with easyrsa according to the usual howto docs... you can (and should) edit the var file after you enter 'init-config'... before calling 'var' at the prompt. Besides making life easier by entering default cert parameters (ie Name, email, etc), you can also edit the "keysize = 1024" line to use what you want. I used 4096. The rest of the process will create keys and certs with 4096bit parameters. Beware if you thought build-dh took a while at 1024... at 4096 it will take like 50x longer.

If you will always use 4096 for any future pki's made in easyrsa, you might as well edit it into your var.example so the next 'init-config' will automatically have it in there.

On a related note, if you use tls-auth or tls-crypt, the openvpn --genkey... will still be 2048bit. Not sure if that will make it to 4096 soon, but I believe 2048 crypt is pretty friggin stout.

Kev
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top