You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use nginx's official key https://nginx.org/keys/nginx_signing.key instead of hardcoded key ID with deprecated apt-key method.
nginx's maintainer will rotate PGP keys every two years:
Going forward, we will rotate the PGP signing key every two years.
(source)
So, it would be better to use key URL with keyring infrastructure instead of a regularly expiring key that is hardcoded with it's ID in this repository and is not updated quickly.
Use nginx's official key
https://nginx.org/keys/nginx_signing.key
instead of hardcoded key ID with deprecated apt-key method.nginx's maintainer will rotate PGP keys every two years:
So, it would be better to use key URL with keyring infrastructure instead of a regularly expiring key that is hardcoded with it's ID in this repository and is not updated quickly.
That would also solve #1624
https://github.com/voxpupuli/puppet-nginx/blob/master/manifests/package/debian.pp#L34
The text was updated successfully, but these errors were encountered: