mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Removing not needed yunohost cert install
This commit is contained in:
parent
92a4a0e0bc
commit
5b6dab3101
2 changed files with 0 additions and 8 deletions
|
@ -137,10 +137,6 @@ if [[ $domain == *"domain.tld"* ]]; then
|
|||
yunohost domain add jitsi-videobridge.$domain
|
||||
yunohost domain add focus.$domain
|
||||
fi
|
||||
#yunohost domain cert-install auth.$domain
|
||||
#yunohost domain cert-install conference.$domain
|
||||
#yunohost domain cert-install jitsi-videobridge.$domain
|
||||
#yunohost domain cert-install focus.$domain
|
||||
|
||||
# Create focus user
|
||||
yunohost user create $focus_user -f $focus_user -l $focus_user -m ${focus_user}@auth.$domain -p $focus_password -q 0
|
||||
|
|
|
@ -112,10 +112,6 @@ if [[ $domain == *"domain.tld"* ]]; then
|
|||
yunohost domain add jitsi-videobridge.$domain
|
||||
yunohost domain add focus.$domain
|
||||
fi
|
||||
#yunohost domain cert-install auth.$domain
|
||||
#yunohost domain cert-install conference.$domain
|
||||
#yunohost domain cert-install jitsi-videobridge.$domain
|
||||
#yunohost domain cert-install focus.$domain
|
||||
|
||||
# Create focus user
|
||||
yunohost user create $focus_user -f $focus_user -l $focus_user -m ${focus_user}@auth.$domain -p $focus_password -q 0
|
||||
|
|
Loading…
Add table
Reference in a new issue