Publish preview version #42

Merged
OCram85 merged 25 commits from dev into master 2019-04-04 17:02:18 +02:00
Showing only changes of commit 4386f0dfd6 - Show all commits

View File

@ -79,8 +79,7 @@ function Import-CSCertificate {
} }
process { process {
try { try {
$cert = [System.Security.Cryptography.X509Certificates.X509Certificate2]::new() $cert = [System.Security.Cryptography.X509Certificates.X509Certificate2]::new(
$cert.Import(
$Path, $Path,
$null, $null,
( (