Update to v0.99.3
This commit is contained in:
@@ -12,6 +12,9 @@ if [[ ! -d /app/data/synapse ]]; then
|
||||
/run/synapse \
|
||||
/run/turn_log
|
||||
|
||||
# create certs
|
||||
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out ${APP_DOMAIN}.tls.crt -keyout ${APP_DOMAIN}.tls.key -subj "/C=DE/ST=Germany/L=Germany/O=Example/OU=Example/CN=${APP_DOMAIN}"
|
||||
|
||||
# fix permissions
|
||||
chown -R www-data.www-data /run/synapse \
|
||||
/run/turn_log \
|
||||
|
||||
Reference in New Issue
Block a user