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

Generate 2048 bit RSA certificates #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

candrews
Copy link

@candrews candrews commented Aug 7, 2020

More and more systems are requiring RSA certificates to be of at least 2048 bit strength.

For example, RHEL 8 and Fedora require 2048 bit or greater strength in their default configuration.

On systems which implement this security requirement, Java applications acting as a client to the this proxy fail to establish connections through it with this error:

java.security.cert.CertPathValidatorException: Algorithm constraints check failed on keysize limits. RSA 1024bit key used with certificate: OU=[something]  Usage was tls server

More and more systems are requiring RSA certificates to be of at least 2048 bit strength.
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

Successfully merging this pull request may close these issues.

None yet

1 participant