nginxinc / ngx-rust

Rust binding for NGINX
Apache License 2.0
713 stars 59 forks source link

fix: add required pubkey for 1.25.5 #75

Closed allan2 closed 2 months ago

allan2 commented 2 months ago

Roman's key is necessary to build for nginx 1.25.5.

You can verify the key is legitimate through:

wget https://nginx.org/download/nginx-1.25.5.tar.gz
wget https://nginx.org/download/nginx-1.25.5.tar.gz.asc
gpg --verify nginx-1.25.5.tar.gz.asc

It is also here: https://keyserver.ubuntu.com/pks/lookup?search=43387825DDB1BB97EC36BA5D007C8D7C15D87369&fingerprint=on&op=index

Checklist

Before creating a PR, run through this checklist and mark each as complete.