Skip to content

Commit

Permalink
Add ability to set mode on private key
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrah42 authored Jul 26, 2022
1 parent 9df2f5a commit 150e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ssl-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
copy:
content: "{{ sslkeys[nginx_conf_ssl_certificate_key | basename] }}"
dest: "{{ nginx_conf_ssl_certificate_key }}"
mode: "0400"
mode: "{{ nginx_conf_ssl_certificate_key_mode | default(0400) }"

- name: Install trusted certificates for OCSP with stapling
copy:
Expand Down

0 comments on commit 150e2b4

Please sign in to comment.