mirror of https://github.com/arendst/Tasmota.git
Just a typo
parent
f244637851
commit
f32545bdea
2
TLS.md
2
TLS.md
|
@ -8,7 +8,7 @@ Starting version 6.5.0.15, there are major changes to TLS to make it lighter in
|
|||
|
||||
At the TASMOTA configuration, you need to enable to use the TLS Version. This is done by enable `#define USE_MQTT_TLS` in `sonoff/my_user_config.h` and change the port number to `8883`.
|
||||
|
||||
If you are using Letsencrypt to generate your server certificates, you should activate `#define USE_MQTT_TLS_CA_CERT`. Tasmota will transparently check the servers certificate with Letsencrypt CA. If you are generating sels-signed certificates or prefer fingerprints, read below.
|
||||
If you are using Letsencrypt to generate your server certificates, you should activate `#define USE_MQTT_TLS_CA_CERT`. Tasmota will transparently check the servers certificate with Letsencrypt CA. If you are generating self-signed certificates or prefer fingerprints, read below.
|
||||
|
||||
### Fingerprint validation
|
||||
|
||||
|
|
Loading…
Reference in New Issue