mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-12-06 08:12:39 -05:00
Updated ImportCertificate.ps1
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
param(
|
||||
[Parameter(Mandatory=$true)][string]$CertPath
|
||||
)
|
||||
Write-Host "Registering certificate: $CertPath" -CertStoreLocation cert:\CurrentUser\Root
|
||||
Write-Host "Registering certificate: $CertPath"
|
||||
Import-Certificate -Filepath "$CertPath" -CertStoreLocation cert:\CurrentUser\Root
|
||||
Reference in New Issue
Block a user