From b9ebc2ab6e3571df3ce247b0c19d1fa20bf578f4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Tue, 28 Jun 2022 11:19:57 +0200 Subject: [PATCH] wip --- src/Certificate/New-CSCertificate.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Certificate/New-CSCertificate.Tests.ps1 b/src/Certificate/New-CSCertificate.Tests.ps1 index d42d514..250612f 100644 --- a/src/Certificate/New-CSCertificate.Tests.ps1 +++ b/src/Certificate/New-CSCertificate.Tests.ps1 @@ -23,7 +23,7 @@ Describe "New-CSCertificate" { CommonName = 'MyCert' } $CertAttribs = @{ - CRTAttribute = $attribs + CRTAttribute = New-CSCertAttribute @attribs KeyName = Join-Path -Path (Get-TempDir) -ChildPath '/foo.key' CertName = Join-Path -Path (Get-TempDir) -ChildPath '/cert.pfx' }