From fa15a0e27c65d51a96f9ab851a7f9c190f04bcc8 Mon Sep 17 00:00:00 2001 From: Shaun Date: Thu, 6 Jun 2024 09:35:52 +0100 Subject: [PATCH] Add repo files for nap v5 and nginx plus for ubi8 (#8) --- files/nap-waf-v5-debian-11.repo | 2 +- files/nap-waf-v5-debian-12.repo | 2 +- files/nap-waf-v5-ubi-8.repo | 7 +++++++ files/nap-waf-v5-ubi-9.repo | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 files/nap-waf-v5-ubi-8.repo create mode 100644 files/nap-waf-v5-ubi-9.repo diff --git a/files/nap-waf-v5-debian-11.repo b/files/nap-waf-v5-debian-11.repo index 05da057..e066b2f 100644 --- a/files/nap-waf-v5-debian-11.repo +++ b/files/nap-waf-v5-debian-11.repo @@ -2,7 +2,7 @@ # Full path to packages: https://pkgs.nginx.com/app-protect-x-plus/debian/pool/nginx-plus/a/app-protect-module-plus/ Types: deb -URIs: https://pkgs.nginx.com/app-protect-x-plus/%VERSION%/debian +URIs: https://pkgs.nginx.com/app-protect-x-plus/debian Suites: bullseye Components: nginx-plus Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg \ No newline at end of file diff --git a/files/nap-waf-v5-debian-12.repo b/files/nap-waf-v5-debian-12.repo index 3f78d7a..0d5a7cc 100644 --- a/files/nap-waf-v5-debian-12.repo +++ b/files/nap-waf-v5-debian-12.repo @@ -2,7 +2,7 @@ # Full path to packages: https://pkgs.nginx.com/app-protect-x-plus/debian/pool/nginx-plus/a/app-protect-module-plus/ Types: deb -URIs: https://pkgs.nginx.com/app-protect-x-plus/%VERSION%/debian +URIs: https://pkgs.nginx.com/app-protect-x-plus/debian Suites: bookworm Components: nginx-plus Signed-By: /usr/share/keyrings/nginx-archive-keyring.gpg \ No newline at end of file diff --git a/files/nap-waf-v5-ubi-8.repo b/files/nap-waf-v5-ubi-8.repo new file mode 100644 index 0000000..cf6c80e --- /dev/null +++ b/files/nap-waf-v5-ubi-8.repo @@ -0,0 +1,7 @@ +[app-protect-x-plus] +name=nginx-app-protect repo +baseurl=https://pkgs.nginx.com/app-protect-x-plus/centos/8/$basearch/ +sslclientcert=/etc/ssl/nginx/nginx-repo.crt +sslclientkey=/etc/ssl/nginx/nginx-repo.key +gpgcheck=0 +enabled=1 \ No newline at end of file diff --git a/files/nap-waf-v5-ubi-9.repo b/files/nap-waf-v5-ubi-9.repo new file mode 100644 index 0000000..4fc2ecf --- /dev/null +++ b/files/nap-waf-v5-ubi-9.repo @@ -0,0 +1,7 @@ +[app-protect-x-plus] +name=nginx-app-protect repo +baseurl=https://pkgs.nginx.com/app-protect-x-plus/centos/9/$basearch/ +sslclientcert=/etc/ssl/nginx/nginx-repo.crt +sslclientkey=/etc/ssl/nginx/nginx-repo.key +gpgcheck=0 +enabled=1 \ No newline at end of file