File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
path : /etc/apt/apt.conf.d/90app-protect-security-updates
31
31
create : true
32
32
block : |
33
- Acquire::https::app-protect-sigs .nginx.com::Verify-Peer "true";
34
- Acquire::https::app-protect-sigs .nginx.com::Verify-Host "true";
35
- Acquire::https::app-protect-sigs .nginx.com::SslCert "/etc/ssl/nginx/{{ nginx_app_protect_license.certificate | basename }}";
36
- Acquire::https::app-protect-sigs .nginx.com::SslKey "/etc/ssl/nginx/{{ nginx_app_protect_license.key | basename }}";
33
+ Acquire::https::app-protect-security-updates .nginx.com::Verify-Peer "true";
34
+ Acquire::https::app-protect-security-updates .nginx.com::Verify-Host "true";
35
+ Acquire::https::app-protect-security-updates .nginx.com::SslCert "/etc/ssl/nginx/{{ nginx_app_protect_license.certificate | basename }}";
36
+ Acquire::https::app-protect-security-updates .nginx.com::SslKey "/etc/ssl/nginx/{{ nginx_app_protect_license.key | basename }}";
37
37
state : " {{ nginx_app_protect_license_status | default ('present') }}"
38
38
mode : 0444
39
39
You can’t perform that action at this time.
0 commit comments