Changes between Version 11 and Version 12 of FeddConfig


Ignore:
Timestamp:
Dec 11, 2008 11:59:40 AM (15 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddConfig

    v11 v12  
    3636 '''cert_pwd'''::
    3737        if the private key in '''cert_file''' has a password, it is given here.
     38 '''services'''::
     39  This configures the addresses and ports on which `fedd` will provide services and what transport it will use on those ports.  It is a comma-separated list of 1 to 3 colon-delimited fields.  The semantics are:
     40  * A single integer: the integer is considered the port on which to provide SOAP services for all default addresses of this host.
     41  * An integer separated from a transport: services will be provided on the integer port using the given transport for all addresses of the machine.  Transport may be SOAP or XMLRPC and is case insensitive.
     42  * A hostname separated from a port separated from a transport: provide service on the port on the address given by the hostname using the transport.  The address can be any hostname that the [http://www.python.org/doc/current/library/socket.html python socket] understands; a DNS name is usually used.
    3843 '''trusted_certs'''::
    3944        a file containing the trusted CAs used for SSL validation.  If this is