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
When the Format is Base64, Base64, PKCS #7, PKCS #12, or JKS, you can include the parent or root chain in the return data
I expect to receive a certificate response with the certificate in JKS format, including the complete certificate chain.
Actual behavior
An error is received:
Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided.
I think the cause is that the $IncludeChain property doesn't have the TppJks parameter set included here
* Mask CertficateData property in Write-VerboseWithSecret. Resolves#25
* Add IncludeChain support for JKS in Export-VenafiCertificate. Fixes#24
* Add IncludePrivateKey support for JKS in Export-VenafiCertificate. Fixes#26
* Update Export-VenafiCertificate example to correct function name
* Updates to Export-VenafiCertificate based on review feedback
Summary
The
Export-VenafiCertificate
function doesn't support IncludeChain with theJKS
format.Environment
Windows
Linux
Steps to reproduce
On TPP (not VaaS), attempt to export a certificate with the following call:
Expected behavior
The docs state for
IncludeChain
:I expect to receive a certificate response with the certificate in
JKS
format, including the complete certificate chain.Actual behavior
An error is received:
I think the cause is that the
$IncludeChain
property doesn't have theTppJks
parameter set included hereI wonder if this might fix it:
Screenshots
The text was updated successfully, but these errors were encountered: