1
0
Fork 0
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:
ericgaspar 2021-01-10 14:48:30 +01:00
parent 4587801b86
commit e9f92c27e1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
"url": "https://galene.org/",
"license": "MIT",
"maintainer": {
"name": "",
"name": "eric_G",
"email": ""
},
"requirements": {

View file

@ -94,8 +94,8 @@ then
pushd "$final_path"
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="
chmod 640 data/{key.pem,cert.pem}
popd
chmod 640 data/{key.pem,cert.pem}
popd
fi
#=================================================