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: Windows 11 Enterprise
VenafiPS version: 6.1.2
PowerShell version:
TLSPDC version (if applicable):
Steps to reproduce
When trying to create a new Capi application via Venafi and using the push parameter, the installation fails with messaging that invoke-tppcertificatepush is missing. Code Snippet below:
Environment
Steps to reproduce
When trying to create a new Capi application via Venafi and using the push parameter, the installation fails with messaging that invoke-tppcertificatepush is missing. Code Snippet below:
New-VdcCapiApplication -Path $($DevPath) -CertificatePath $($cert.Path) -CredentialPath $CredentialPath -WebSiteName 'Default Web Site' -BindingIp $Ip -ApplicationName $ApplicationName -PushCertificate -passthru
Expected behavior
Expectation is the new application would be created and the certificate would be pushed.
Actual behavior
Throwing an error message.
Screenshots
The text was updated successfully, but these errors were encountered: