mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Add new signing key (#9288)
* Add new signing key * Update certbot/CHANGELOG.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user