mosquitto_ctrl_dynsec.1 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. '\" t
  2. .\" Title: mosquitto_ctrl_dynsec
  3. .\" Author: [see the "Author" section]
  4. .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
  5. .\" Date: 10/27/2021
  6. .\" Manual: Commands
  7. .\" Source: Mosquitto Project
  8. .\" Language: English
  9. .\"
  10. .TH "MOSQUITTO_CTRL_DYNSE" "1" "10/27/2021" "Mosquitto Project" "Commands"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. mosquitto_ctrl_dynsec \- mosquitto_ctrl module for controlling the Mosquitto Dynamic Security plugin\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBmosquitto_ctrl\fR\ 'u
  34. \fBmosquitto_ctrl\fR [connection\-options] dynsec dynsec\-command [command\-options]
  35. .SH "DESCRIPTION"
  36. .PP
  37. This page describes the
  38. \fBdynsec\fR
  39. module for
  40. \fBmosquitto_ctrl\fR(1)\&. See the mosquitto_ctrl man page for details of the options for connecting to remote brokers, in particular since this module works with authentication and access control, it is crucial that secure encrypted connections are used\&.
  41. .SH "COMMANDS"
  42. .SS "Configuration file initialisation"
  43. .PP
  44. .sp
  45. .RS 4
  46. .ie n \{\
  47. \h'-04'\(bu\h'+03'\c
  48. .\}
  49. .el \{\
  50. .sp -1
  51. .IP \(bu 2.3
  52. .\}
  53. mosquitto_ctrl dynsec init
  54. config\-filename
  55. admin\-user
  56. [admin\-password]
  57. .RE
  58. .SH "BUGS"
  59. .PP
  60. \fBmosquitto\fR
  61. bug information can be found at
  62. \m[blue]\fB\%https://github.com/eclipse/mosquitto/issues\fR\m[]
  63. .SH "SEE ALSO"
  64. \fBmqtt\fR(7), \fBmosquitto_rr\fR(1), \fBmosquitto_pub\fR(1), \fBmosquitto_sub\fR(1), \fBmosquitto\fR(8), \fBlibmosquitto\fR(3), \fBmosquitto-tls\fR(7)
  65. .SH "AUTHOR"
  66. .PP
  67. Roger Light
  68. <roger@atchoo\&.org>