Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Eckersley <pde@eff.org>2016-05-12 01:56:10 +0300
committerPeter Eckersley <pde@eff.org>2016-05-12 01:56:10 +0300
commit407ebad36e78c5efa93c56373b2018f07ce31dc5 (patch)
tree9dd33d5a323818c2d594a81b5da4968bd4c19972 /tools
parent37efe306754bf8a1f111deb0933a2597ec0a4024 (diff)
Support openssl and gpg signatures in parallel
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/release.sh b/tools/release.sh
index d41192af9..042aa5259 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -187,6 +187,9 @@ while ! openssl dgst -sha256 -verify $RELEASE_OPENSSL_PUBKEY -signature \
read -p "Please correctly sign letsencrypt-auto with offline-signrequest.sh"
done
+# This signature is not quite as strong, but easier for people to verify out of band
+gpg -u "$RELEASE_GPG_KEY" --detach-sign --armor --sign letsencrypt-auto-source/letsencrypt-auto
+
# copy leauto to the root, overwriting the previous release version
cp -p letsencrypt-auto-source/letsencrypt-auto letsencrypt-auto