Page MenuHomec4science

keystore.tpl.html
No OneTemporary

File Metadata

Created
Mon, Jul 8, 11:42

keystore.tpl.html

<div>
<table class="table table-striped">
<thead>
<tr>
<td colspan="2">
Keystore File
</td>
</tr>
<tr>
<td colspan="2">
This is the keystore SHRINE will use to sign and trust queries.
</td>
</tr>
</thead>
<tbody>
<tr>
<td >
File
</td>
<td>
{{vm.keystore.file}}
</td>
</tr>
<tr>
<td >
Password
</td>
<td>
{{vm.keystore.password}}
</td>
</tr>
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<td colspan="2">
Query Signing Certificate
</td>
</tr>
<tr>
<td colspan="2">
This is the certificate that this SHRINE server will use for signing queries.
</td>
</tr>
</thead>
<tbody>
<tr>
<td >
Alias
</td>
<td>
{{vm.certificate.alias}}
</td>
</tr>
<tr>
<td >
Owner
</td>
<td>
{{vm.certificate.owner}}
</td>
</tr>
<!--tr>
<td >
Issuer
</td>
<td>
{{vm.certificate.issuer}}
</td>
</tr-->
</tbody>
</table>
<table class="table table-striped">
<thead>
<tr>
<td colspan="2">
CA Certificate Information
</td>
</tr>
<tr>
<td colspan="2">
This lists the certificates that this node recognizes as valid hub CA signatures.
</td>
</tr>
</thead>
<tbody>
<tr>
<td >
Alias
</td>
<td>
{{vm.certificate.privateKeyAlias}}
</td>
</tr>
</tbody>
</table>
</div>

Event Timeline