mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-06 23:58:27 +02:00
*Fix key size by increasing to 4096 to be more secure and be compliant to letsencrypt
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# Argument definition
|
||||
user=$1
|
||||
email=$2
|
||||
key_size=2048
|
||||
key_size=4096
|
||||
|
||||
# Includes
|
||||
source $VESTA/func/main.sh
|
||||
|
||||
@@ -21,7 +21,7 @@ org=$6
|
||||
org_unit=$7
|
||||
aliases=$8
|
||||
format=${9-shell}
|
||||
KEY_SIZE=2048
|
||||
KEY_SIZE=4096
|
||||
DAYS=365
|
||||
|
||||
# Includes
|
||||
|
||||
Reference in New Issue
Block a user