Skip to content

Commit d5d025d

Browse files
authored
Update Import-PfxCertificate.md
Update example because username was the same as password
1 parent 2391448 commit d5d025d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2025-ps/pki/Import-PfxCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configuration.
3636
### EXAMPLE 1
3737

3838
```powershell
39-
$mypwd = Get-Credential -UserName 'Enter password below' -Message 'Enter password below'
39+
$mypwd = Get-Credential -UserName 'User name' -Message 'Enter password below'
4040
4141
$params = @{
4242
FilePath = 'C:\mypfx.pfx'

0 commit comments

Comments
 (0)