mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-12 15:34:21 +02:00
Change dhparam gen to monthly
This commit is contained in:
parent
5802c2c043
commit
a8a5cda289
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ random_password() {
|
|||
|
||||
generate_dhparam() {
|
||||
openssl dhparam -out /etc/nginx/dhparam.pem 2048
|
||||
cat << EOF > /etc/cron.weekly/generate-dhparams
|
||||
cat << EOF > /etc/cron.monthly/generate-dhparams
|
||||
#!/bin/bash
|
||||
openssl dhparam -out /etc/nginx/dhparam.gen 4096 > /dev/null 2>&1
|
||||
mv /etc/nginx/dhparam.gen /etc/nginx/dhparam.pem
|
||||
systemctl restart nginx
|
||||
EOF
|
||||
chmod +x /etc/cron.weekly/generate-dhparams
|
||||
chmod +x /etc/cron.monthly/generate-dhparams
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue