mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Metronome cert bugfix
This commit is contained in:
parent
a7b88d4cc0
commit
de8e9104cf
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ def domain_add(domains, main=False):
|
|||
'chmod 755 '+ ssl_domain_path,
|
||||
'chmod 640 '+ ssl_domain_path +'/key.pem',
|
||||
'chmod 640 '+ ssl_domain_path +'/crt.pem',
|
||||
'chmod 600 '+ ssl_domain_path +'/openssl.cnf',
|
||||
'chown root:metronome '+ ssl_domain_path +'/key.pem',
|
||||
'chown root:metronome '+ ssl_domain_path +'/crt.pem'
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue