summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-06-17 04:14:42 (GMT)
committerMarius Kintel <marius@kintel.net>2013-06-17 04:14:42 (GMT)
commitfda235eb9bfec1c6b615633434ed92140f94bfe7 (patch)
tree456d62e6d7cf3ec5a407de187804555985a25ab0 /scripts/publish-macosx.sh
parent12eefc770fabd200f2c268380757a29145b06e3a (diff)
move private binary signing key to a common place
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 1a08fa8..3617570 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -67,7 +67,7 @@ if [[ $? != 0 ]]; then
exit 1
fi
-SIGNATURE=$(openssl dgst -sha1 -binary < OpenSCAD-$VERSION.dmg | openssl dgst -dss1 -sign dsa_priv.pem | openssl enc -base64)
+SIGNATURE=$(openssl dgst -sha1 -binary < OpenSCAD-$VERSION.dmg | openssl dgst -dss1 -sign $HOME/.ssh/openscad-appcast.pem | openssl enc -base64)
if [[ $VERSION == $VERSIONDATE ]]; then
APPCASTFILE=appcast-snapshots.xml
contact: Jan Huwald // Impressum