Skip to content

Commit

Permalink
Update Import-PfxCertificate.md
Browse files Browse the repository at this point in the history
Update example because username was the same as password
  • Loading branch information
Romanicus authored Dec 12, 2024
1 parent 2391448 commit d5d025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docset/winserver2025-ps/pki/Import-PfxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configuration.
### EXAMPLE 1

```powershell
$mypwd = Get-Credential -UserName 'Enter password below' -Message 'Enter password below'
$mypwd = Get-Credential -UserName 'User name' -Message 'Enter password below'
$params = @{
FilePath = 'C:\mypfx.pfx'
Expand Down

0 comments on commit d5d025d

Please sign in to comment.