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 02:09:30 +0300
committerPeter Eckersley <pde@eff.org>2016-05-12 02:09:30 +0300
commit5214c56f06c5202dfe2c77c15d2534daba17fd4c (patch)
treecfbc9b3a295ab73e68b422b3d8d0a205e12e5b72 /tools
parent54220a13365e038f13705a1e985022628af862ee (diff)
Use certbot-auto.asc
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 2e26e3dab..8c2d04cd4 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -189,6 +189,9 @@ 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
+# We can't rename the openssl letsencrypt-auto.sig for compatibility reasons,
+# but we can use the right name for cerbot-auto.asc from day one
+mv letsencrypt-auto-source/letsencrypt-auto.asc letsencrypt-auto-source/certbot-auto.asc
# copy leauto to the root, overwriting the previous release version
cp -p letsencrypt-auto-source/letsencrypt-auto certbot-auto