You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theextendedKeyUsage
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 theextendedKeyUsage
fields to tls_cert_requestHow much impact is this issue causing?
Medium
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: