summaryrefslogtreecommitdiffstats
path: root/management-interface/views/about.htm
diff options
context:
space:
mode:
Diffstat (limited to 'management-interface/views/about.htm')
-rw-r--r--management-interface/views/about.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/management-interface/views/about.htm b/management-interface/views/about.htm
index ed15306..e90cdd2 100644
--- a/management-interface/views/about.htm
+++ b/management-interface/views/about.htm
@@ -1,8 +1,8 @@
- <div class="container">
-
- <div class="jumbotron">
- <h1>{{ strtoupper(@_module) }}</h1>
- <p></p>
- </div>
-
- </div> <!-- /container -->
+<div class="jumbotron">
+ <p>This is the webinterface for the masterserver.</p>
+ <check if="{{ @loggedin }}=true">
+ <br /><br /><br />
+ <p>This is the public certificate for the FTPS connection: <a href="{{ @hostname }}asserts/public_ftp.cer">download</a></p>
+ <p>This is the tool to base64 the certificate.cer: <a href="{{ @hostname }}asserts/tool.tar.gz">download</a></p>
+ </check>
+</div>