|
@@ -628,6 +628,7 @@ function install_etherpad {
|
628
|
628
|
if [ -f /etc/ssl/private/${ETHERPAD_DOMAIN_NAME}.key ]; then
|
629
|
629
|
chown etherpad: /etc/ssl/private/${ETHERPAD_DOMAIN_NAME}.key
|
630
|
630
|
fi
|
|
631
|
+ usermod -a -G ssl-cert etherpad
|
631
|
632
|
|
632
|
633
|
# Ensure that the database gets backed up locally, if remote
|
633
|
634
|
# backups are not being used
|