Publish preview version #42
@ -159,6 +159,7 @@ function New-CredentialStore {
|
|||||||
Confirm = $false
|
Confirm = $false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# test if there is already a cert
|
||||||
if ((Test-Path $PfxParams.CertName) -and (! $Force.IsPresent)) {
|
if ((Test-Path $PfxParams.CertName) -and (! $Force.IsPresent)) {
|
||||||
$ErrorParams = @{
|
$ErrorParams = @{
|
||||||
Exception = [System.IO.InvalidDataException]::new(
|
Exception = [System.IO.InvalidDataException]::new(
|
||||||
@ -208,8 +209,8 @@ function New-CredentialStore {
|
|||||||
$ObjProperties.PfxCertificate = $PfxParams.CertName
|
$ObjProperties.PfxCertificate = $PfxParams.CertName
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Write-Verbose 'Importing new PFX certifiate file'
|
Write-Verbose 'Importing new PFX certificate file...'
|
||||||
Import-CSCertificate -Path $PfxParams.CertName
|
Import-CSCertificate -Path $PfxParams.CertName -StoreName My -StoreLocation CurrentUser
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user