Add new signing key (#9288)

* Add new signing key

* Update certbot/CHANGELOG.md
This commit is contained in:
Will Greenberg
2022-04-28 11:04:43 -07:00
committed by GitHub
parent 71a3d8fffb
commit 828be0071e
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
* The PGP key `F2871B4152AE13C49519111F447BF683AA3B26C3` was added as an
additional trusted key to sign our PyPI packages
* When `certonly` is run with an installer specified (e.g. `--nginx`),
`certonly` will now also run `restart` for that installer
+2 -1
View File
@@ -33,12 +33,13 @@ example: `v0.11.1`.
.. _`Semantic Versioning`: https://semver.org/
Since version 1.21.0, our packages are cryptographically signed by one of three
Since version 1.21.0, our packages are cryptographically signed by one of four
PGP keys:
- ``BF6BCFC89E90747B9A680FD7B6029E8500F7DB16``
- ``86379B4F0AF371B50CD9E5FF3402831161D1D280``
- ``20F201346BF8F3F455A73F9A780CC99432A28621``
- ``F2871B4152AE13C49519111F447BF683AA3B26C3```
These keys can be found on major key servers and at
https://dl.eff.org/certbot.pub.
+1
View File
@@ -36,6 +36,7 @@ if [ "$RELEASE_GPG_KEY" = "" ]; then
BF6BCFC89E90747B9A680FD7B6029E8500F7DB16
86379B4F0AF371B50CD9E5FF3402831161D1D280
20F201346BF8F3F455A73F9A780CC99432A28621
F2871B4152AE13C49519111F447BF683AA3B26C3
"
for key in $TRUSTED_KEYS; do
if gpg2 --with-colons --card-status | grep -q "$key"; then