perf: add config for cert

This commit is contained in:
Bai
2026-05-26 17:07:21 +08:00
parent 1f1dd6b75a
commit 50265aad2f

View File

@@ -271,7 +271,7 @@ class Config(dict):
'AUTH_CERT': False,
'CA_KEY_PASS': '',
'AUTH_CERT_ENROLL_ENABLED': False,
'AUTH_CERT_ENROLL_ENABLED': True,
'AUTH_CERT_ENROLL_VALIDITY_DAYS': 365,
'AUTH_CERT_CHALLENGE_TTL': 300,
'AUTH_CERT_DEFAULT_PIN': '',