File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ nginx_app_protect_use_rhel_subscription_repos: false
107
107
# OPTIONAL: Choose where to fetch the NGINX App Protect and Security Updates signing keys from.
108
108
# Default settings are the official NGINX signing key hosts.
109
109
nginx_app_protect_signing_keys :
110
- # nginx : https://cs.nginx.com/static/keys/nginx_signing.key
110
+ nginx_plus : https://cs.nginx.com/static/keys/nginx_signing.key
111
111
app_protect : https://cs.nginx.com/static/keys/app-protect.key
112
112
security_updates : https://cs.nginx.com/static/keys/app-protect-security-updates.key
113
113
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ nginx_app_protect_use_rhel_subscription_repos: false
31
31
# Choose where to fetch the NGINX App Protect and Security Updates signing keys from.
32
32
# Default settings are the official NGINX signing key hosts.
33
33
nginx_app_protect_signing_keys :
34
- # nginx : https://cs.nginx.com/static/keys/nginx_signing.key
34
+ nginx_plus : https://cs.nginx.com/static/keys/nginx_signing.key
35
35
app_protect : https://cs.nginx.com/static/keys/app-protect.key
36
36
security_updates : https://cs.nginx.com/static/keys/app-protect-security-updates.key
37
37
Original file line number Diff line number Diff line change 1
1
---
2
- # - name: Add APT NGINX signing key
3
- # apt_key:
4
- # url: "{{ nginx_app_protect_signing_keys.nginx }}"
2
+ - name : Add APT NGINX Plus signing key
3
+ apt_key :
4
+ url : " {{ nginx_app_protect_signing_keys.nginx_plus }}"
5
5
6
6
- name : Add APT NGINX App Protect signing key
7
7
apt_key :
Original file line number Diff line number Diff line change 1
1
---
2
- # - name: Add RPM NGINX signing key
3
- # rpm_key:
4
- # key: "{{ nginx_app_protect_signing_keys.nginx }}"
2
+ - name : Add RPM NGINX Plus signing key
3
+ rpm_key :
4
+ key : " {{ nginx_app_protect_signing_keys.nginx_plus }}"
5
5
6
6
- name : Add RPM NGINX App Protect signing key
7
7
rpm_key :
You can’t perform that action at this time.
0 commit comments