b10-cmdctl.8 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. '\" t
  2. .\" Title: b10-cmdctl
  3. .\" Author: [see the "AUTHORS" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
  5. .\" Date: March 9, 2010
  6. .\" Manual: BIND10
  7. .\" Source: BIND10
  8. .\" Language: English
  9. .\"
  10. .TH "B10\-CMDCTL" "8" "March 9, 2010" "BIND10" "BIND10"
  11. .\" -----------------------------------------------------------------
  12. .\" * set default formatting
  13. .\" -----------------------------------------------------------------
  14. .\" disable hyphenation
  15. .nh
  16. .\" disable justification (adjust text to left margin only)
  17. .ad l
  18. .\" -----------------------------------------------------------------
  19. .\" * MAIN CONTENT STARTS HERE *
  20. .\" -----------------------------------------------------------------
  21. .SH "NAME"
  22. b10-cmdctl \- BIND 10 remote control daemon
  23. .SH "SYNOPSIS"
  24. .HP \w'\fBb10\-cmdctl\fR\ 'u
  25. \fBb10\-cmdctl\fR [\fB\-a\ \fR\fB\fIstring\fR\fR] [\fB\-h\fR] [\fB\-i\ \fR\fB\fInumber\fR\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-v\fR] [\fB\-\-address\ \fR\fB\fIstring\fR\fR] [\fB\-\-help\fR] [\fB\-\-idle\-timeout\ \fR\fB\fInumber\fR\fR] [\fB\-\-port\ \fR\fB\fInumber\fR\fR] [\fB\-\-verbose\fR] [\fB\-\-version\fR]
  26. .SH "DESCRIPTION"
  27. .PP
  28. The
  29. \fBb10\-cmdctl\fR
  30. daemon provides an entry for commands sent to the BIND 10 services\&. For example, the
  31. \fBbindctl\fR
  32. user interface communicates via
  33. \fBb10\-cmdctl\fR\&.
  34. .PP
  35. It is a lightweight HTTPS server with HTTP Digest Authentication (username and password validation)\&. It offers a RESTful style interface\&.
  36. .SH "OPTIONS"
  37. .PP
  38. The arguments are as follows:
  39. .PP
  40. \fB\-a \fR\fB\fIstring\fR\fR, \fB\-\-address \fR\fB\fIstring\fR\fR
  41. .RS 4
  42. The IP address that
  43. \fBb10\-cmdctl\fR
  44. will listen on\&. The default is 127\&.0\&.0\&.1\&.
  45. .RE
  46. .PP
  47. \fB\-h\fR, \fB\-\-help\fR
  48. .RS 4
  49. Display command usage\&.
  50. .RE
  51. .PP
  52. \fB\-i \fR\fB\fInumber\fR\fR, \fB\-\-idle\-timeout \fR\fB\fInumber\fR\fR
  53. .RS 4
  54. The socket idle timeout for the HTTPS connection in seconds\&. The default is 1200 seconds\&.
  55. .RE
  56. .PP
  57. \fB\-p \fR\fB\fInumber\fR\fR, \fB\-\-port \fR\fB\fInumber\fR\fR
  58. .RS 4
  59. The port number
  60. \fBb10\-cmdctl\fR
  61. will listen on\&. The default is 8080\&.
  62. .RE
  63. .PP
  64. \fB\-v\fR, \fB\-\-verbose\fR
  65. .RS 4
  66. Enable verbose mode\&.
  67. .RE
  68. .PP
  69. \fB\-\-version\fR
  70. .RS 4
  71. Display the version number and exit\&.
  72. .RE
  73. .SH "FILES"
  74. .PP
  75. /usr/local/etc/bind10/cmdctl\-accounts\&.csv
  76. \(em account database containing the name, hashed password, and the salt\&.
  77. .PP
  78. /usr/local/etc/bind10/cmdctl\-keyfile\&.pem
  79. \(em contains the Private key\&.
  80. .PP
  81. /usr/local/etc/bind10/cmdctl\-certfile\&.pem
  82. \(em contains the Certificate\&.
  83. .SH "SEE ALSO"
  84. .PP
  85. \fBb10-cfgmgr\fR(8),
  86. \fBbind10\fR(8),
  87. \fBbindctl\fR(1)\&.
  88. .SH "AUTHORS"
  89. .PP
  90. The
  91. \fBb10\-cmdctl\fR
  92. daemon was initially designed and coded by Zhang Likun of CNNIC\&.
  93. .SH "COPYRIGHT"
  94. .br
  95. Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
  96. .br