I am following the “Build Certificate Authority (CA) in Vault with an offline Root” article, but when i reach the Step 4: “Generate ICA2 in vault” i create a Terraform file named, “test_org_ica2.tf” and when i do terraform apply, receive an error saying “signing certificate has a max path length of zero, and cannot issue further CA certificates”.
The article: Build Certificate Authority (CA) in Vault with an offline Root | Vault | HashiCorp Developer
I followed this article step by step with a clean vault installation and cannot find any information about that error.
Is there any command to change de value of the max path length?
Bellow i left a screenshot of the error.
Thank you!