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 @@ -215,13 +215,13 @@ osslsigncode.exe add -addUnauthenticatedBlob -in your_signed_file.exe -out out.e
215
215
This feature allows for doing dumb things. Be very careful with what you put
216
216
in the unauthenticated blob, as an attacker could modify this. Do NOT, under
217
217
any circumstances, put a URL here that you will use to download an additional
218
- file. If you do do that, you would need to check the newly downloaded file is
218
+ file. If you do that, you would need to check the newly downloaded file is
219
219
code signed AND that it has been signed with your cert AND that it is the
220
220
version you expect.
221
221
222
222
## BUGS, QUESTIONS etc.
223
223
224
- Check whether your your question or suspected bug was already
224
+ Check whether your question or suspected bug was already
225
225
discussed on https://github.com/mtrojnar/osslsigncode/issues .
226
226
Otherwise, open a new issue.
227
227
You can’t perform that action at this time.
0 commit comments