mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
add private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
This commit is contained in:
parent
f2c41f535e
commit
fe666fa059
@ -12,6 +12,10 @@ test -d /usr/share/egroupware-extra && \
|
|||||||
test $(stat -c '%U' /var/lib/egroupware) = "www-data" || \
|
test $(stat -c '%U' /var/lib/egroupware) = "www-data" || \
|
||||||
chown -R www-data:www-data /var/lib/egroupware
|
chown -R www-data:www-data /var/lib/egroupware
|
||||||
|
|
||||||
|
# add private CA so egroupware can validate your certificate to talk to Collabora or Rocket.Chat
|
||||||
|
test -f /usr/local/share/ca-certificates/private-ca.crt &&
|
||||||
|
update-ca-certificates
|
||||||
|
|
||||||
# write install-log in /var/lib/egroupware (only readable by root!)
|
# write install-log in /var/lib/egroupware (only readable by root!)
|
||||||
LOG=/var/lib/egroupware/egroupware-docker-install.log
|
LOG=/var/lib/egroupware/egroupware-docker-install.log
|
||||||
touch $LOG
|
touch $LOG
|
||||||
|
Loading…
Reference in New Issue
Block a user