Revert some lines

This commit is contained in:
JianBo He 2020-03-05 14:29:23 +08:00 committed by turtleDeng
parent 6b3446e2b0
commit cc25ec5835
1 changed files with 6 additions and 0 deletions

View File

@ -925,6 +925,12 @@ listener.tcp.external.access.1 = allow all
## Value: Duration ## Value: Duration
## listener.tcp.external.proxy_protocol_timeout = 3s ## listener.tcp.external.proxy_protocol_timeout = 3s
## Enable the option for X.509 certificate based authentication.
## EMQX will use the common name of certificate as MQTT username.
##
## Value: cn | dn | crt
## listener.tcp.external.peer_cert_as_username = cn
## The TCP backlog defines the maximum length that the queue of pending ## The TCP backlog defines the maximum length that the queue of pending
## connections can grow to. ## connections can grow to.
## ##