hobo_deploy: increase SAML keys size from 1024 to 2048 bits (#43121)

This commit is contained in:
Thomas NOËL 2020-06-17 17:56:56 +02:00 committed by Frédéric Péters
parent 10181c8333
commit e9506e6fd0
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ from tenant_schemas.utils import tenant_context
from hobo.multitenant.middleware import TenantMiddleware, TenantNotFound
from hobo.theme.utils import get_theme
# TODO: move this to settings
KEY_SIZE = 1024
KEY_SIZE = 2048
DAYS = 3652