We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
I am trying to import a p12 file. $POlPathEPO = "\VED\Policy\Certificates\Folder1234" $p12cert_path = C:\Cert\MQ\somecert.p12
Import-TppCertificate -PolicyPath $POlPathEPO -CertificatePath $p12cert_path -Password $password2 -VenafiSession $sesh
However, it is constantly prompting for a PrivateKey... I don't understand as p12 includes this. I also changed name to pfx and same issue...
I manually exported the privatekey and the same issue continues.
Am I doing something wrong? The p12 is a certificate chain. Cert, Intermediate & root... I tested with just the cert and the same issue continues.
Please let me know what I am doing wrong. thanks!
The text was updated successfully, but these errors were encountered:
It's not you, there's a small issue with the parameter sets. Will fix shortly.
Sorry, something went wrong.
fix #37
faee349
2873ab0
Perfect thanks a lot! And great work on this module! We've totally utilized it.
gdbarron
No branches or pull requests
Hi All,
I am trying to import a p12 file.
$POlPathEPO = "\VED\Policy\Certificates\Folder1234"
$p12cert_path = C:\Cert\MQ\somecert.p12
Import-TppCertificate -PolicyPath $POlPathEPO -CertificatePath $p12cert_path -Password $password2 -VenafiSession $sesh
However, it is constantly prompting for a PrivateKey... I don't understand as p12 includes this. I also changed name to pfx and same issue...
I manually exported the privatekey and the same issue continues.
Am I doing something wrong?
The p12 is a certificate chain. Cert, Intermediate & root...
I tested with just the cert and the same issue continues.
Please let me know what I am doing wrong. thanks!
The text was updated successfully, but these errors were encountered: