mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Cleaning up
This commit is contained in:
parent
4587801b86
commit
e9f92c27e1
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
"url": "https://galene.org/",
|
"url": "https://galene.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "eric_G",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
|
|
@ -94,8 +94,8 @@ then
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_warn_less 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="
|
-subj "/C=/ST=/L=/O=/OU=/CN=/emailAddress="
|
||||||
chmod 640 data/{key.pem,cert.pem}
|
chmod 640 data/{key.pem,cert.pem}
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue