Skip to content

Commit fadcf71

Browse files
committed
updating signing key location
1 parent f3cec42 commit fadcf71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/keys/apt-key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: "(Install: APT OSs) Set Default APT NGINX App Protect Signing Key URL"
33
set_fact:
44
key_value: "" # appeasing the linter
5-
default_keysite: "https://cs.nginx.com/static/keys/app-protect.key"
5+
default_keysite: "http://nginx.org/keys/nginx_signing.key"
66

77
- name: "(Install: APT OSs) Set APT NGINX App Protect Signing Key URL"
88
set_fact:

tasks/keys/rpm-key.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: "(Install: RPM OSs) Set Default RPM NGINX App Protect Signing Key"
33
set_fact:
44
key_value: "" # appeasing the linter
5-
default_keysite: "https://cs.nginx.com/static/keys/app-protect.key"
5+
default_keysite: "http://nginx.org/keys/nginx_signing.key"
66

77
- name: "(Install: RPM OSs) Set RPM NGINX App Protect Signing Key URL"
88
set_fact:

0 commit comments

Comments
 (0)