Parameters in /tlwebadm/¶
In this section, we will describe all the parameters currently used by the ThinLinc Web Administration.
- /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 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
.