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:
@ -215,13 +215,13 @@ osslsigncode.exe add -addUnauthenticatedBlob -in your_signed_file.exe -out out.e
|
|||||||
This feature allows for doing dumb things. Be very careful with what you put
|
This feature allows for doing dumb things. Be very careful with what you put
|
||||||
in the unauthenticated blob, as an attacker could modify this. Do NOT, under
|
in the unauthenticated blob, as an attacker could modify this. Do NOT, under
|
||||||
any circumstances, put a URL here that you will use to download an additional
|
any circumstances, put a URL here that you will use to download an additional
|
||||||
file. If you do do that, you would need to check the newly downloaded file is
|
file. If you do that, you would need to check the newly downloaded file is
|
||||||
code signed AND that it has been signed with your cert AND that it is the
|
code signed AND that it has been signed with your cert AND that it is the
|
||||||
version you expect.
|
version you expect.
|
||||||
|
|
||||||
## BUGS, QUESTIONS etc.
|
## BUGS, QUESTIONS etc.
|
||||||
|
|
||||||
Check whether your your question or suspected bug was already
|
Check whether your question or suspected bug was already
|
||||||
discussed on https://github.com/mtrojnar/osslsigncode/issues.
|
discussed on https://github.com/mtrojnar/osslsigncode/issues.
|
||||||
Otherwise, open a new issue.
|
Otherwise, open a new issue.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user