Browse Source

Certificate permissions for etherpad

Bob Mottram 7 years ago
parent
commit
2fe82b63ba
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-etherpad

+ 1
- 0
src/freedombone-app-etherpad View File

@@ -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