mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fixes
This commit is contained in:
parent
35d999c1af
commit
1dc7e587d5
1 changed files with 0 additions and 2 deletions
|
@ -170,8 +170,6 @@ def tools_maindomain(old_domain, new_domain, dyndns=False):
|
|||
os.system('rm /etc/ssl/certs/yunohost_crt.pem')
|
||||
|
||||
command_list = [
|
||||
'cp /etc/yunohost/certs/'+ new_domain +'/key.pem /etc/metronome/certs/yunohost_key.pem',
|
||||
'chown metronome: /etc/metronome/certs/yunohost_key.pem',
|
||||
'ln -s /etc/yunohost/certs/'+ new_domain +'/key.pem /etc/ssl/private/yunohost_key.pem',
|
||||
'ln -s /etc/yunohost/certs/'+ new_domain +'/crt.pem /etc/ssl/certs/yunohost_crt.pem',
|
||||
'echo '+ new_domain +' > /etc/yunohost/current_host',
|
||||
|
|
Loading…
Reference in a new issue