projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e397056
)
Doc: Instruct to use sha256 for Authenticode signing
author
Daniel Molkentin
<daniel@molkentin.de>
Sat, 6 Feb 2016 14:01:04 +0000
(15:01 +0100)
committer
Daniel Molkentin
<daniel@molkentin.de>
Sat, 6 Feb 2016 14:01:31 +0000
(15:01 +0100)
doc/building.rst
patch
|
blob
|
history
diff --git
a/doc/building.rst
b/doc/building.rst
index ec1ed6b64462af91afd98bc39798db359e2d976a..0cfd0ec9d4b582d179557691869ccfea6d8877d1 100644
(file)
--- a/
doc/building.rst
+++ b/
doc/building.rst
@@
-165,7
+165,7
@@
In order to make setup simple, you can use the provided Dockerfile to build your
4. Finally, you should sign the installer to avoid warnings upon installation.
This requires a `Microsoft Authenticode`_ Certificate ``osslsigncode`` to sign the installer::
- osslsigncode -pkcs12 $HOME/.codesign/packages.pfx -h sha
1
\
+ osslsigncode -pkcs12 $HOME/.codesign/packages.pfx -h sha
256
\
-pass yourpass \
-n "ACME Client" \
-i "http://acme.com" \