mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-28 22:54:57 +02:00
Safely create folders
This commit is contained in:
parent
a33ad43a50
commit
59220ac477
8 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ systemctl enable matrix-synapse
|
|||
|
||||
ss -tulpen
|
||||
|
||||
mkdir /etc/nginx/ssl
|
||||
mkdir -p /etc/nginx/ssl
|
||||
openssl req -x509 -nodes -days 3650 -newkey rsa:4096 -keyout /etc/nginx/ssl/matrix.key -out /etc/nginx/ssl/matrix.crt -subj "/CN=$MATRIX_FQDN" -addext "subjectAltName=DNS:$MATRIX_FQDN"
|
||||
|
||||
cat > /etc/nginx/sites-available/$MATRIX_FQDN <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue