From 31ff3ba51554722d2afbdc8153801c5496ff02b8 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Sat, 17 Nov 2007 11:31:10 +0000 Subject: OpenVPN initial thoughts on functionallity. Almost no functionallity at this point. git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@332 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openvpn-server_config-html.lsp | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 openvpn-server_config-html.lsp (limited to 'openvpn-server_config-html.lsp') diff --git a/openvpn-server_config-html.lsp b/openvpn-server_config-html.lsp new file mode 100644 index 0000000..41b28c5 --- /dev/null +++ b/openvpn-server_config-html.lsp @@ -0,0 +1,59 @@ + + + +

Server config 'xxx.conf'

+

Server settings

+ +
Mode
+
server
+ +
Process running
+
xxx
+ +
User device
+
xxx
+ +
Listens on
+
xxx.xxx.xxx.xxx:xxxx (xxx)
+ +
Logfile
+
xxx.log (Verbosity level: x)
+ +
Configfile
+
xxx.conf
+ +

Connected clients status

+ +
Last status was recorded
+
YYYY-MM-DD HH:MM:SS (xx minutes ago)
+ +
Maximum clients
+
xxx
+ +
Connected clients
+
xxx
+ + +

Certificate files

+ +
DH
+
xxx.pem
+ +
CA Certificate
+
xxx.pem
+ +
Server Certificate
+
xxx.pem
+ +
Server Private Key
+
xxx.pem
+ +
TLS Authentication
+
xxx.pem
+ +
CRL Verify File
+
xxx.pem (server side)
+ + + + -- cgit v1.2.3