mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update install
This commit is contained in:
parent
a0e68c5fbf
commit
685ef85f26
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ cp -R ../sources/* $final_path/
|
|||
#=================================================
|
||||
|
||||
pushd "$final_path"
|
||||
openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem \
|
||||
ynh_exec_warn_less openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem \
|
||||
-subj "/C=/ST=/L=/O=/OU=/CN=/emailAddress="
|
||||
#chown root:ssl-cert data/{key.pem,cert.pem}
|
||||
chmod 640 data/{key.pem,cert.pem}
|
||||
|
|
Loading…
Add table
Reference in a new issue