Skip to content

Commit 4592c8a

Browse files
Update README.md
1 parent afd03d7 commit 4592c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: This script uses the `New-SelfSignedCertificate` cmdlet, which is only ava
1111
Usage:
1212

1313
```powershell
14-
New-CodeSigningCert -Subject "Tyler Applebaum Code Signing Cert" -EMail "e@mmail.com" -PFXPassword "1234" -FriendlyName "PSCodeSigningTest" -CertValidYears 5
14+
New-CodeSigningCert -Subject "Your Own Code Signing Cert" -EMail "e@mail.com" -PFXPassword "1234" -FriendlyName "PSCodeSigningTest" -CertValidYears 5
1515
```
1616

1717
## Invoke-BinarySignature.psm1

0 commit comments

Comments
 (0)