Variable AdminConfig.tls

Whether to use tls for admin

struct AdminConfig
{
  // ...
  bool tls = true;
  // ...
}