diff --git a/salt/nginx/soc_nginx.yaml b/salt/nginx/soc_nginx.yaml index 70b71de4a..d5811654e 100644 --- a/salt/nginx/soc_nginx.yaml +++ b/salt/nginx/soc_nginx.yaml @@ -10,8 +10,10 @@ nginx: file: True title: SSL Key File advanced: True + global: True ssl__crt: description: Paste your .crt file here file: True title: SSL Cert File - advanced: True \ No newline at end of file + advanced: True + global: True \ No newline at end of file