There was an error while loading. Please reload this page.
1 parent afd03d7 commit 4592c8aCopy full SHA for 4592c8a
README.md
@@ -11,7 +11,7 @@ Note: This script uses the `New-SelfSignedCertificate` cmdlet, which is only ava
11
Usage:
12
13
```powershell
14
-New-CodeSigningCert -Subject "Tyler Applebaum Code Signing Cert" -EMail "e@mmail.com" -PFXPassword "1234" -FriendlyName "PSCodeSigningTest" -CertValidYears 5
+New-CodeSigningCert -Subject "Your Own Code Signing Cert" -EMail "e@mail.com" -PFXPassword "1234" -FriendlyName "PSCodeSigningTest" -CertValidYears 5
15
```
16
17
## Invoke-BinarySignature.psm1
0 commit comments