We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d6e19 commit b060bb6Copy full SHA for b060bb6
bin/v-add-letsencrypt-user
@@ -12,7 +12,7 @@
12
# Argument definition
13
user=$1
14
email=$2
15
-key_size=2048
+key_size=4096
16
17
# Includes
18
source $VESTA/func/main.sh
bin/v-generate-ssl-cert
@@ -21,7 +21,7 @@ org=$6
21
org_unit=$7
22
aliases=$8
23
format=${9-shell}
24
-KEY_SIZE=2048
+KEY_SIZE=4096
25
DAYS=365
26
27
0 commit comments