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

Support for KeyUsage in CSR #360

Open
1 task done
ChevronTango opened this issue May 21, 2023 · 1 comment
Open
1 task done

Support for KeyUsage in CSR #360

ChevronTango opened this issue May 21, 2023 · 1 comment

Comments

@ChevronTango
Copy link

Terraform CLI and Provider Versions

terraform 1.4.6
tls provider 4.0.4

Use Cases or Problem Statement

Currently the CertificateSigningRequest generated by tls_cert_request has a limited number of customizable fields. My current use case has me needing to specify both the keyUsage and the extendedKeyUsage of the certificate, and the only way I can do that right now is to use openssl to generate the CSR rather than terraform.

Proposal

add the keyUsage and the extendedKeyUsage fields to tls_cert_request

How much impact is this issue causing?

Medium

Additional Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ChevronTango
Copy link
Author

I think it would be worth considering supporting all of the Standard Extensions

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

1 participant