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

add max_path_length in tls_locally_signed_cert #296

Open
1 task done
fsdrw08 opened this issue Dec 15, 2022 · 1 comment
Open
1 task done

add max_path_length in tls_locally_signed_cert #296

fsdrw08 opened this issue Dec 15, 2022 · 1 comment

Comments

@fsdrw08
Copy link

fsdrw08 commented Dec 15, 2022

Terraform CLI and Provider Versions

"terraform_version": "1.3.6",

tls = {
source = "hashicorp/tls"
version = ">= 4.0.4"
}

Use Cases or Problem Statement

I try to use this tls provider to sign a csr which generate for an intermedia CA, I would like to set some x509 v3 extension of basic constraints during the sign process, max_path_length is a part of it.
The max_path_length parameter specifies the maximum number of CAs that can appear below this one in a chain. A max_path_length of zero means the CA cannot sign any sub-CA's, and can only sign end-entity certificates.
ref: STANDARD EXTENSIONS

Proposal

Please consider add attribute of max_path_length for the basic constraints just like vault provider's resouce pki_secret_backend_root_sign_intermediate

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
@taliesins
Copy link

#309 closes this

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