Skip to content

Commit

Permalink
Remove newline in Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Nov 25, 2018
1 parent 0d800b4 commit 8d7aea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions powershell.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ package main

const (
psPurge = `
Get-ChildItem -Path cert:\CurrentUser\My -Recurse -EKU "*Client Authentication*" -ExpiringInDays 0 |
Remove-Item
Get-ChildItem -Path cert:\CurrentUser\My -Recurse -EKU "*Client Authentication*" -ExpiringInDays 0 | Remove-Item
`
psImport = `
Import-PfxCertificate -FilePath %s -CertStoreLocation Cert:\CurrentUser\My
Expand Down

0 comments on commit 8d7aea1

Please sign in to comment.