﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2378	Can't validate bgp signature of source code version 1.22 and higher.	byjg@…		"Up to version 1.21.6 I was able to validate the BGP signature using the commands:


{{{
GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8
NGINX_VERSION=1.21.6

gpg --keyserver ""keyserver.ubuntu.com"" --keyserver-options timeout=10 --recv-keys ""$GPG_KEYS""

curl -sfSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz
curl -sfSL https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc  -o nginx.tar.gz.asc
gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz
}}}

However, if I change NGNIX_VERSION to 1.22.0, 1.23.0 or 1.23.1 I got the following error:


{{{
gpg: Signature made Tue May 24 14:30:07 2022 UTC
gpg:                using RSA key 13C82A63B603576156E30A4EA0EA981B66B0D967
gpg:                issuer ""k.pavlov@f5.com""
gpg: Can't check signature: No public key
}}}

I tried to find the new gpg key but I couldn't. 

Could you help me?
"	defect	closed	minor		nginx-core	1.22.x	worksforme			Linux d95eb4a664d3 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64 Linux	I am having issues compiling Nginx
