mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Merge branch 'master' of https://geogeob.visualstudio.com/_git/ModernKeePass
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[CmdletBinding()]
|
||||
|
||||
param(
|
||||
[string]$CertPath = "$Env:BUILD_ARTIFACTSTAGINGDIRECTORY",
|
||||
[Parameter(Mandatory=$true)][string]$FileName
|
||||
[Parameter(Mandatory=$true)][string]$CertPath
|
||||
)
|
||||
Import-Certificate -Filepath "$CertPath\$FileName"
|
||||
Write-Host "Registering certificate: $CertPath"
|
||||
Import-Certificate -Filepath "$CertPath" -CertStoreLocation cert:\CurrentUser\Root
|
Reference in New Issue
Block a user