mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
more debug code
This commit is contained in:
@@ -46,6 +46,7 @@ if ($CertificatePassword -eq "") {
|
||||
}
|
||||
|
||||
try {
|
||||
Write-Output "Trying to open cert: $($CertificatePath)"
|
||||
Write-Output "Trying to unlock cert with pass: $($CertificatePassword)"
|
||||
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($CertificatePath, $CertificatePassword) -ErrorAction Stop
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user