Skip to content
Snippets Groups Projects
Commit 2fe82b63 authored by Bob Mottram's avatar Bob Mottram
Browse files

Certificate permissions for etherpad

parent bb48a6df
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment