diff --git a/man/mosquitto_pub.1.xml b/man/mosquitto_pub.1.xml index ef5cc05b..ab221c7d 100644 --- a/man/mosquitto_pub.1.xml +++ b/man/mosquitto_pub.1.xml @@ -90,6 +90,19 @@ exit. + + Encrypted Connections + mosquitto_pub supports TLS encrypted + connections. It is strongly recommended that you use an encrypted + connection for anything more than the most basic setup. + To enable TLS connections when using x509 certificates, one of + either or must + be provided as an option. + To enable TLS connections when using TLS-PSK, you must use the + and the + options. + + Options The options below may be given on the command line, but may also diff --git a/man/mosquitto_sub.1.xml b/man/mosquitto_sub.1.xml index 81c559bb..f0030e49 100644 --- a/man/mosquitto_sub.1.xml +++ b/man/mosquitto_sub.1.xml @@ -97,6 +97,19 @@ clean session set to false. + + Encrypted Connections + mosquitto_pub supports TLS encrypted + connections. It is strongly recommended that you use an encrypted + connection for anything more than the most basic setup. + To enable TLS connections when using x509 certificates, one of + either or must + be provided as an option. + To enable TLS connections when using TLS-PSK, you must use the + and the + options. + + Options The options below may be given on the command line, but may also