We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openssl
cmd.run
1 parent 6cb486d commit 0cd7c7bCopy full SHA for 0cd7c7b
nginx/certificates.sls
@@ -30,6 +30,7 @@ generate_nginx_dhparam_{{ dh_param }}_key:
30
- creates: {{ certificates_path }}/{{ dh_param }}
31
- require:
32
- file: prepare_certificates_path_dir
33
+ - pkg: generate_nginx_dhparam_{{ dh_param }}_key
34
- watch_in:
35
- service: nginx_service
36
{%- endif %}
0 commit comments