Configuration - Changed default mode to 0644
This commit is contained in:
parent
54a808386e
commit
069b64672c
2 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,8 @@ certificates:
|
|||
|
||||
# Path to the file to generate
|
||||
- path: /etc/ssl/private/cert1.pem
|
||||
# Access mode, owner and group for the file. May be omitted.
|
||||
# Access mode, owner and group for the file. May be omitted. The mode
|
||||
# will default to 0644 if unspecified.
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: somegroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue