Fix typos

This commit is contained in:
Fabian Affolter 2017-07-04 09:44:47 +02:00
parent 75b30f6014
commit ef6f026ad9
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -79,7 +79,7 @@ If you get this error `AttributeError: module 'ssl' has no attribute 'PROTOCOL_T
</p> </p>
<p class='note'> <p class='note'>
If you are running a mosquitto instance on a different server with proper SSL encryption using a service like letsencrypt you may have to set the certificate to the operating systems own `.crt` certificates file. In the instance of ubuntu this would be `certificate: /etc/ssl/certs/ca-certificates.crt` If you are running a Mosquitto instance on a different server with proper SSL encryption using a service like Let's Encrypt you may have to set the certificate to the operating systems own `.crt` certificates file. In the instance of Ubuntu this would be `certificate: /etc/ssl/certs/ca-certificates.crt`
</p> </p>
### {% linkable_title Public broker %} ### {% linkable_title Public broker %}