Allow admin part to modify openssl.cnf
This commit is contained in:
parent
7cdd53a0d7
commit
05808f5543
@ -8,8 +8,8 @@ cd `dirname "$0"`
|
||||
|
||||
# Creating directory and set permissions
|
||||
mkdir -p ${BASEDIR}/logs ${BASEDIR}/onyx/log
|
||||
chown -R www-data:www-data ${BASEDIR}/shared ${BASEDIR}/PKI ${BASEDIR}/onyx/log
|
||||
chown -R ${SYNCHRO_USER}:www-data ${BASEDIR}/submission ${BASEDIR}/logs ${BASEDIR}/out
|
||||
chown -R www-data:www-data ${BASEDIR}/shared ${BASEDIR}/pki/openssl.cnf ${BASEDIR}/PKI ${BASEDIR}/onyx/log
|
||||
chown -R ${SYNCHRO_USER}:www-data ${BASEDIR}/submission ${BASEDIR}/logs ${BASEDIR}/out ${BASEDIR}/shared/nginx-teams.conf
|
||||
chmod 770 ${BASEDIR}/submission
|
||||
chown ${SYNCHRO_USER} ${BASEDIR}/.ssh/id_rsa
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user