From: Daniel Molkentin Date: Sat, 6 Feb 2016 14:01:04 +0000 (+0100) Subject: Doc: Instruct to use sha256 for Authenticode signing X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1254^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=65655584e9a29e20e1c5a3557bc124112dc7e63b;p=nextcloud-desktop.git Doc: Instruct to use sha256 for Authenticode signing --- diff --git a/doc/building.rst b/doc/building.rst index ec1ed6b64..0cfd0ec9d 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" \