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

mismatch between the key and the certificate signature algorithm #353

Open
soumiksamanta opened this issue Jan 11, 2025 · 0 comments
Open

Comments

@soumiksamanta
Copy link

  1. Create a selfsigned issuer
  2. Create a CA certificate using the selfsigned issuer. Make sure the algorithm used in ECDSA
  3. Create an issuer from the above generated CA
  4. Use CSI driver
    Using openssl s_client -connect, its observed that the key is RSA while the cert is ECDSA

[openssl s_client -connect](a:PKEY: rsaEncryption, 2048 (bit); sigalg: ecdsa-with-SHA256)

The CSI driver should create the key as the issuer which is ecdsa in this case

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

1 participant