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

Investigate how to enable "copy extensions" for CSR with Subject Alternative Names #526

Closed
ppatierno opened this issue Jun 28, 2018 · 2 comments

Comments

@ppatierno
Copy link
Member

When creating a CSR for getting a signed certificate, the subject alternative names are not transferred automatically from the CSR to the final certificate. The "copy_extensions" option is involved but it seems it's a risk to enable it (and it needs a configuration file for it) That's true for the "openssl req" command we are using for the CSR creation.
It seems that "openssl ca" command provides an option on the command line "copy_extensions" but it's a different tool and it needs investigation as well.

@scholzj
Copy link
Member

scholzj commented Jun 28, 2018

So ...

  • if we are missing the alt subjects, what does it mean for Strimzi? Does it mean that the TLS stuff doesn't have trust and doesn't work properly?
  • What do you mean with The "copy_extensions" option is involved but it seems it's a risk to enable it?
  • what do you mean with openssl ca is a different tool?

@ppatierno
Copy link
Member Author

ppatierno commented Jul 25, 2018

it seems that a workaround could be this one ... https://mta.openssl.org/pipermail/openssl-users/2016-January/002764.html
It means providing the SAN information even when executing the signature process starting from the CSR.
I'm going to try it.

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

No branches or pull requests

2 participants