17.2.  Configuring tlwebadm

tlwebadm offers a number of configuration options, which are stored in the configuration file /opt/thinlinc/etc/conf.d/tlwebadm.hconf. The various configuration options are described below.

Note

The password must be set and the tlwebadm service restarted before use.

/tlwebadm/username

The username to authenticate with when accessing the web interface.

/tlwebadm/password

The password for the above user. The tool /opt/thinlinc/sbin/tl-gen-auth may be used to create hashes of the format required for use with this parameter.

/tlwebadm/cert

The path to the certificate file to be used for TLS encryption.

/tlwebadm/certkey

The path to the certificate private key file.

/tlwebadm/listen_port

The local port for the web server to listen on.

/tlwebadm/gnutls_priority

The GnuTLS priority string is used to select the order and availability of TLS versions, ciphers, key exchange, MAC, compression, signature and elliptic curve algorithms for TLS sessions. See Appendix E, GnuTLS priority strings for possible values.

/tlwebadm/logging/logfile

The file to use for logging tlwebadm messages. By default, this is /var/log/tlwebadm.log.