Fail2banAction: correctif name

This commit is contained in:
2026-07-20 11:12:37 +02:00
parent b592ab669f
commit 8a296e5be7
7 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ fi
install -d -o root -g mosquitto -m 750 "$CA_DIR"
openssl genrsa -out "$CA_DIR/ca.key" 4096
openssl req -x509 -new -nodes -key "$CA_DIR/ca.key" -sha256 -days 3650 \
-subj "/CN=Fail2banActionBanisher Master CA" \
-subj "/CN=Fail2banActionBanishment Master CA" \
-out "$CA_DIR/ca.crt"
chown root:root "$CA_DIR/ca.key"
chmod 600 "$CA_DIR/ca.key"