[Pkg-owncloud-commits] [owncloud-client] 158/171: Doc: Instruct to use sha256 for Authenticode signing
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Feb 17 09:37:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.
commit 65655584e9a29e20e1c5a3557bc124112dc7e63b
Author: Daniel Molkentin <daniel at molkentin.de>
Date: Sat Feb 6 15:01:04 2016 +0100
Doc: Instruct to use sha256 for Authenticode signing
---
doc/building.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/building.rst b/doc/building.rst
index ec1ed6b..0cfd0ec 100644
--- 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 sha1 \
+ osslsigncode -pkcs12 $HOME/.codesign/packages.pfx -h sha256 \
-pass yourpass \
-n "ACME Client" \
-i "http://acme.com" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list