Changes between Initial Version and Version 1 of Ticket #2654, comment 2


Ignore:
Timestamp:
06/14/24 16:09:20 (6 months ago)
Author:
thresh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2654, comment 2

    initial v1  
    33The validity of the key was extended recently so you should re-download the key:
    44
    5 ```curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor \
     5curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor \
    66    | sudo tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
    7 ```
    87
     8as per https://nginx.org/en/linux_packages.html
     9
     10See https://blog.nginx.org/blog/updating-pgp-key-for-nginx-software for more details.
     11