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
Installing a certificate that requires intermediate certificates is successful.
Actual Behavior
You cannot chain the certificate and intermediate together in the public_certificate field, as this causes an error.
Relevant Error/Panic Output Snippet
│ error on POST security/certificates: REST reported error
│ restclient.RestError{Code:"52559975", Message:"Failed to read the│ certificate due to incorrect formatting.", Target:"public_certificate"},
│ statusCode: 400, statusCode 400
attempt to install the certificate with the intermediate chained into the public_certificate variable
Debug Output
No response
Panic Output
No response
Important Factoids
Certificates that require the intermediate chained to be trusted cannot be utilised through the terraform provider at all, as they are not trusted. Based on the bug criteria, this is unexpected behaviour "If the absense of the requested feature is causing unexpected behavior in the provider", so this was filed under Bug rather than Enhancement.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Terraform Core Version
1.4.4
ONTAP Provider Version
2.1.1
Affected Resource(s)
Expected Behavior
Installing a certificate that requires intermediate certificates is successful.
Actual Behavior
You cannot chain the certificate and intermediate together in the
public_certificate
field, as this causes an error.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
attempt to install the certificate with the intermediate chained into the public_certificate variable
Debug Output
No response
Panic Output
No response
Important Factoids
Certificates that require the intermediate chained to be trusted cannot be utilised through the terraform provider at all, as they are not trusted. Based on the bug criteria, this is unexpected behaviour "If the absense of the requested feature is causing unexpected behavior in the provider", so this was filed under Bug rather than Enhancement.
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: