local view = ... ?>
Server config '= view.config.name ?>'
--[[ DEBUG INFORMATION...?>
DEUB INFO
for a,b in pairs(view.config) do
print ("" .. a .. ": " .. b .. "
")
end
?>
--]] ?>
Server settings
Mode
server
User device
= view.config.dev ?>
Listens on
= view.config["local"] ?>:= view.config.port ?> (= view.config.proto ?>)
Logfile
if ( view.config.log ) then ?>= html.link{value = view.url .. "/logfile?name=" .. view.config.linkname , label=view.config.log } ?> else ?>Syslog end ?> (Verbosity level: = view.config.verb ?>)
View/Modify configfile
= html.link{value = view.url .. "/unknown_config?name=" .. view.config.linkname , label=view.config.name } ?>
Connected clients status
Last status was recorded
= view.config.client_lastupdate ?> (This was = view.config.client_lastdatechangediff ?> ago)
Maximum clients
= view.config["max-clients"] ?>
Connected clients
if ( view.config.client_count > 0 ) then ?>= html.link{value = view.url .. "/status_info?name=" .. view.config.linkname , label=view.config.client_count } ?> else ?>= view.config.client_count ?> end ?>
Startup options
Process running
>
---[[ ?>
Certificate files
if (view.config.dh) then ?>
DH
= html.link{value = view.url .. "/pem_info?name=" .. view.config.dh , label=view.config.dh } ?>
end ?>
if (view.config.ca) then ?>
CA Certificate
= html.link{value = view.url .. "/pem_info?name=" .. view.config.ca , label=view.config.ca } ?>
end ?>
if (view.config.cert) then ?>
Server Certificate
= html.link{value = view.url .. "/pem_info?name=" .. view.config.cert , label=view.config.cert } ?>
end ?>
if (view.config.key) then ?>
Server Private Key
= html.link{value = view.url .. "/pem_info?name=" .. view.config.key , label=view.config.key } ?>
end ?>
if (view.config.tls) then ?>
TLS Authentication
= html.link{value = view.url .. "/pem_info?name=" .. view.config.tls , label=view.config.tls } ?>
end ?>
if (view.config.crl) then ?>
CRL Verify File
= html.link{value = view.url .. "/pem_info?name=" .. view.config.crl , label=view.config.crl } ?>
end ?>
--]] ?>