mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 03:32:47 -05:00
docs: fix typos in README
This commit is contained in:
@ -124,7 +124,7 @@ You can use a certificate and key stored in a PKCS#12 container:
|
|||||||
-n "Your Application" -i http://www.yourwebsite.com/ \
|
-n "Your Application" -i http://www.yourwebsite.com/ \
|
||||||
-in yourapp.exe -out yourapp-signed.exe
|
-in yourapp.exe -out yourapp-signed.exe
|
||||||
```
|
```
|
||||||
To sign a CAB file containing java class files:
|
To sign a CAB file containing Java class files:
|
||||||
```
|
```
|
||||||
osslsigncode sign -certs <cert-file> -key <key-file> \
|
osslsigncode sign -certs <cert-file> -key <key-file> \
|
||||||
-n "Your Application" -i http://www.yourwebsite.com/ \
|
-n "Your Application" -i http://www.yourwebsite.com/ \
|
||||||
|
Reference in New Issue
Block a user