File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ machine every time I need to sign a binary - I can compile and build
1919the binaries using Wine on my Linux machine, but I can't sign them
2020since the signtool.exe makes good use of the CryptoAPI in Windows, and
2121these APIs aren't (yet?) fully implemented in Wine, so the signtool.exe
22- tool would fail. And, so, osslsigncode was born.
22+ tool would fail. And, so, osslsigncode was born.
2323
2424## WHAT CAN IT DO?
2525
@@ -124,7 +124,7 @@ You can use a certificate and key stored in a PKCS#12 container:
124124 -n "Your Application" -i http://www.yourwebsite.com/ \
125125 -in yourapp.exe -out yourapp-signed.exe
126126```
127- To sign a CAB file containing java class files:
127+ To sign a CAB file containing Java class files:
128128```
129129 osslsigncode sign -certs <cert-file> -key <key-file> \
130130 -n "Your Application" -i http://www.yourwebsite.com/ \
You can’t perform that action at this time.
0 commit comments