Doc: Instruct to use sha256 for Authenticode signing
authorDaniel Molkentin <daniel@molkentin.de>
Sat, 6 Feb 2016 14:01:04 +0000 (15:01 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Sat, 6 Feb 2016 14:01:31 +0000 (15:01 +0100)
doc/building.rst

index ec1ed6b64462af91afd98bc39798db359e2d976a..0cfd0ec9d4b582d179557691869ccfea6d8877d1 100644 (file)
@@ -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" \