mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
*Fix key size by increasing to 4096 to be more secure and be compliant to letsencrypt
This commit is contained in:
parent
e6d6e19032
commit
b060bb612e
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
# Argument definition
|
||||
user=$1
|
||||
email=$2
|
||||
key_size=2048
|
||||
key_size=4096
|
||||
|
||||
# Includes
|
||||
source $VESTA/func/main.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue