mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-29 14:49:22 +01:00
acmesh-ssl: note that Syncplay also reloads certs on connect
This commit is contained in:
parent
73d6d4aea6
commit
8521580d86
@ -29,7 +29,7 @@ SYSTEMCTLRESTART="systemctl restart --quiet"
|
|||||||
# Start by creating the directories if they don't exist
|
# Start by creating the directories if they don't exist
|
||||||
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR
|
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR
|
||||||
|
|
||||||
# Syncplay
|
# Syncplay - note: reloads certs on every connect like ZNC
|
||||||
$ACMESH --cert-file $SYNCPLAYDIR/cert.pem --key-file $SYNCPLAYDIR/privkey.pem --ca-file $SYNCPLAYDIR/chain.pem
|
$ACMESH --cert-file $SYNCPLAYDIR/cert.pem --key-file $SYNCPLAYDIR/privkey.pem --ca-file $SYNCPLAYDIR/chain.pem
|
||||||
chmod -R 700 $SYNCPLAYDIR
|
chmod -R 700 $SYNCPLAYDIR
|
||||||
chown -R syncplay:root $SYNCPLAYDIR
|
chown -R syncplay:root $SYNCPLAYDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user