Skip to content

Commit a135b39

Browse files
authored
Fix syntax for TextExtension parameter in example 5
1 parent f11b7f7 commit a135b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docset/winserver2025-ps/pki/New-SelfSignedCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The certificate expires in one year.
124124
$params = @{
125125
Type = 'Custom'
126126
Subject = 'CN=Patti Fuller,OU=UserAccounts,DC=corp,DC=contoso,DC=com'
127-
TextExtension @(
127+
TextExtension = @(
128128
'2.5.29.37={text}1.3.6.1.5.5.7.3.2',
129129
'2.5.29.17={text}upn=pattifuller@contoso.com' )
130130
KeyUsage = 'DigitalSignature'

0 commit comments

Comments
 (0)