Migrates to Pester5+ tests #59
@ -23,7 +23,7 @@ Describe "New-CSCertificate" {
|
|||||||
CommonName = 'MyCert'
|
CommonName = 'MyCert'
|
||||||
}
|
}
|
||||||
$CertAttribs = @{
|
$CertAttribs = @{
|
||||||
CRTAttribute = $attribs
|
CRTAttribute = New-CSCertAttribute @attribs
|
||||||
KeyName = Join-Path -Path (Get-TempDir) -ChildPath '/foo.key'
|
KeyName = Join-Path -Path (Get-TempDir) -ChildPath '/foo.key'
|
||||||
CertName = Join-Path -Path (Get-TempDir) -ChildPath '/cert.pfx'
|
CertName = Join-Path -Path (Get-TempDir) -ChildPath '/cert.pfx'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user