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
The TLS provider should support the ability to set CRL and OCSP endpoints when creating locally signed (CA signed) certificates. Currently there is no way to set this using the provider, and as a result, the only way to do this would be using tools outside of Terraform such as OpenSSL CLI.
Terraform Version
Run terraform -v to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.
Affected Resource(s)
Please list the resources as a list, for example:
tls_locally_signed_cert
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
The TLS provider should support the ability to set CRL and OCSP endpoints when creating locally signed (CA signed) certificates. Currently there is no way to set this using the provider, and as a result, the only way to do this would be using tools outside of Terraform such as OpenSSL CLI.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Code taken from the example resource in the provider documentation.
Debug Output
N/A
Panic Output
N/A
Expected Behavior
Expect to be able to provide CRL Info similar to OpenSSL config, e.g.
Actual Behavior
Requested functionality does not currently exist.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
N/A - Feature request
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs? N/A
References
The text was updated successfully, but these errors were encountered: