mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-25 02:29:32 +02:00
[WebAuthn] update mailcow.conf
This commit is contained in:
parent
8ae2fe0cf2
commit
a6ec68e80f
@ -344,6 +344,23 @@ DOVECOT_MASTER_PASS=
|
||||
# https://mailcow.github.io/mailcow-dockerized-docs/debug-reset_tls/
|
||||
ACME_CONTACT=
|
||||
|
||||
# Disable including device root ca's for WebAuthn
|
||||
# setting WEBAUTHN_DISABLE_ROOTCA=y will allow you to use Fido2 devices from untrusted Manufacturers
|
||||
# It will solve "Error: invalid root certificate" at TFA device registration
|
||||
# Suported devices are
|
||||
# solo certified
|
||||
# apple certified
|
||||
# nitro certified
|
||||
# yubico certified
|
||||
# hypersecu certified
|
||||
# globalSign certified
|
||||
# googleHardware certified
|
||||
# microsoftTpmCollection certified
|
||||
# huawei certified
|
||||
# trustkey certified
|
||||
# bsi certified
|
||||
WEBAUTHN_DISABLE_ROOTCA=
|
||||
|
||||
EOF
|
||||
|
||||
mkdir -p data/assets/ssl
|
||||
|
Loading…
Reference in New Issue
Block a user