mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
Fail2banAction: correctif name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user