Changes between Initial Version and Version 1 of Ticket #2654, comment 2
- Timestamp:
- 06/14/24 16:09:20 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2654, comment 2
initial v1 3 3 The validity of the key was extended recently so you should re-download the key: 4 4 5 ```curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor \5 curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor \ 6 6 | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null 7 ```8 7 8 as per https://nginx.org/en/linux_packages.html 9 10 See https://blog.nginx.org/blog/updating-pgp-key-for-nginx-software for more details. 11