Revision 27a8a190 man/ganeti-rapi.rst

b/man/ganeti-rapi.rst
9 9
Synopsis
10 10
--------
11 11

  
12
**ganeti-rapi** [-d] [-f] [\--no-ssl] [-K *SSL_KEY_FILE*] [-C
13
*SSL_CERT_FILE*]
12
| **ganeti-rapi** [-d] [-f] [\--no-ssl] [-K *SSL_KEY_FILE*]
13
| [-C *SSL_CERT_FILE*] [\--require-authentication]
14 14

  
15 15
DESCRIPTION
16 16
-----------
......
23 23
``--no-ssl`` option, or alternatively the certificate used can be
24 24
changed via the ``-C`` option and the key via the ``-K`` option.
25 25

  
26
The daemon will listen to the "ganeti-rapi" tcp port, as listed in the
26
The daemon will listen to the "ganeti-rapi" TCP port, as listed in the
27 27
system services database, or if not defined, to port 5080 by default.
28 28

  
29 29
See the *Ganeti remote API* documentation for further information.
......
36 36

  
37 37
Most query operations are allowed without authentication. Only the
38 38
modification operations require authentication, in the form of basic
39
authentication.
39
authentication. Specify the ``--require-authentication`` command line
40
flag to always require authentication.
40 41

  
41 42
The users and their rights are defined in the
42
``@LOCALSTATEDIR@/lib/ganeti/rapi/users`` file. Format of this file is
43
described in the Ganeti documentation (``rapi.html``).
43
``@LOCALSTATEDIR@/lib/ganeti/rapi/users`` file. The format of this file
44
is described in the Ganeti documentation (``rapi.html``).
44 45

  
45 46
.. vim: set textwidth=72 :
46 47
.. Local Variables:

Also available in: Unified diff