mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use 3072 bits keys
This commit is contained in:
parent
e2e1fce44e
commit
a57ebfc4e6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ WEBROOT_FOLDER = "/tmp/acme-challenge-public/"
|
|||
SELF_CA_FILE = "/etc/ssl/certs/ca-yunohost_crt.pem"
|
||||
ACCOUNT_KEY_FILE = "/etc/yunohost/letsencrypt_account.pem"
|
||||
|
||||
KEY_SIZE = 2048
|
||||
KEY_SIZE = 3072
|
||||
|
||||
VALIDITY_LIMIT = 15 # days
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue