소스 검색

allow anonymous access to mq but require cert

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun 3 년 전
부모
커밋
652d8a1018
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/mosquitto.conf

+ 1 - 1
docker/mosquitto.conf

@@ -1,7 +1,7 @@
 per_listener_settings true
 
 listener 8883
-allow_anonymous false
+allow_anonymous true
 require_certificate true
 use_identity_as_username true
 cafile /mosquitto/certs/root.pem