Skip to content
New issue

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

New-VdcCapiApplication references invoke-tppcertificatepush which doesn't exist. #247

Closed
PFTKev opened this issue Jan 19, 2024 · 0 comments · Fixed by #249
Closed

New-VdcCapiApplication references invoke-tppcertificatepush which doesn't exist. #247

PFTKev opened this issue Jan 19, 2024 · 0 comments · Fixed by #249
Labels
bug Something isn't working

Comments

@PFTKev
Copy link

PFTKev commented Jan 19, 2024

Environment

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:

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

image

gdbarron pushed a commit that referenced this issue Jan 19, 2024
@gdbarron gdbarron added the bug Something isn't working label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants