summaryrefslogtreecommitdiffstats
path: root/management-interface/views/about.htm
blob: e90cdd2a7cf15905ab461fd4072c11ea4f3684d4 (plain) (blame)
1
2
3
4
5
6
7
8
<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>