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
Full Operating System:
VenafiPS version: 6.4.0
PowerShell version: 7.3.2
TLSPDC version (if applicable): 23.3.4
Steps to reproduce
Run the Import-VdcCertificate command with the -data field present. Ex: import-vdccertificate -data (get-content -path C:\Users\Administrator\Desktop\Import.crt -raw) -verbose
Expected behavior
The command should work fine and import the certificate when using the -data field.
Actual behavior
It generates an error:
When using the -verbose flag, it looks like the "certificatedata" field in the underlying API call is wrong.
It passes "CertificateData":["CertGoesHere"]
The brackets around the cert data don't match up with the accepted syntax for POST Certificates/Import
Screenshots
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Run the Import-VdcCertificate command with the -data field present. Ex: import-vdccertificate -data (get-content -path C:\Users\Administrator\Desktop\Import.crt -raw) -verbose
Expected behavior
The command should work fine and import the certificate when using the -data field.
Actual behavior
It generates an error:
When using the -verbose flag, it looks like the "certificatedata" field in the underlying API call is wrong.
It passes "CertificateData":["CertGoesHere"]
The brackets around the cert data don't match up with the accepted syntax for POST Certificates/Import
Screenshots
The text was updated successfully, but these errors were encountered: