mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Merge pull request #795 from pcfreak30/hotfix/771
Increase SSL key size
This commit is contained in:
commit
e715c8e827
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
|
||||
|
|
|
@ -21,7 +21,7 @@ org=$6
|
|||
org_unit=$7
|
||||
aliases=$8
|
||||
format=${9-shell}
|
||||
KEY_SIZE=2048
|
||||
KEY_SIZE=4096
|
||||
DAYS=365
|
||||
|
||||
# Includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue