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
In the current implementation of this provider, it's possible to provide Private Key PEMs in PKCS#8 format to certificate resources and data sources. Yet, is not possible to use tls_private_key to get the key in PEM PKCS#8 format.
To be exact, we can get it only for tls_private_key created with algorithm = ED25519, as that's the only format Go crypto libraries support for it.
Proposal
Add a .private_key_pem_pkcs8 field to tls_private_key resource.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform CLI and Provider Versions
0.12
Use Cases or Problem Statement
In the current implementation of this provider, it's possible to provide Private Key PEMs in PKCS#8 format to certificate resources and data sources. Yet, is not possible to use
tls_private_key
to get the key in PEM PKCS#8 format.To be exact, we can get it only for
tls_private_key
created withalgorithm = ED25519
, as that's the only format Go crypto libraries support for it.Proposal
Add a
.private_key_pem_pkcs8
field totls_private_key
resource.How much impact is this issue causing?
Low
Additional Information
This missing feature was spotted here.
Related #91
Related #55
Code of Conduct
The text was updated successfully, but these errors were encountered: