This commit is contained in:
OCram85 2022-06-28 11:19:57 +02:00
parent e9529bd281
commit b9ebc2ab6e
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}