Just a typo

VivantSenior 2019-07-19 13:42:19 +02:00
parent f244637851
commit f32545bdea
1 changed files with 1 additions and 1 deletions

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