Certificate permissions for etherpad
This commit is contained in:
parent
bb48a6df61
commit
2fe82b63ba
|
@ -628,6 +628,7 @@ function install_etherpad {
|
|||
if [ -f /etc/ssl/private/${ETHERPAD_DOMAIN_NAME}.key ]; then
|
||||
chown etherpad: /etc/ssl/private/${ETHERPAD_DOMAIN_NAME}.key
|
||||
fi
|
||||
usermod -a -G ssl-cert etherpad
|
||||
|
||||
# Ensure that the database gets backed up locally, if remote
|
||||
# backups are not being used
|
||||
|
|
Loading…
Reference in New Issue