mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Missing change from metronome to ssl-cert (#316)
This commit is contained in:
parent
6371ab4a57
commit
7102bf1b0e
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ def _fetch_and_enable_new_certificate(domain, staging=False):
|
|||
# Move the private key
|
||||
domain_key_file_finaldest = os.path.join(new_cert_folder, "key.pem")
|
||||
shutil.move(domain_key_file, domain_key_file_finaldest)
|
||||
_set_permissions(domain_key_file_finaldest, "root", "metronome", 0640)
|
||||
_set_permissions(domain_key_file_finaldest, "root", "ssl-cert", 0640)
|
||||
|
||||
# Write the cert
|
||||
domain_cert_file = os.path.join(new_cert_folder, "crt.pem")
|
||||
|
|
Loading…
Add table
Reference in a new issue