forked from I2P_Developers/i2p.i2p
33 lines
714 B
HTML
33 lines
714 B
HTML
![]() |
<table align="center" class="mainpaneitem">
|
||
|
<tr>
|
||
|
<td colspan=2 class="formHeading">Your New Keys</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td align="center" colspan=2>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
Please save these keys in a safe place,
|
||
|
preferably on an encrypted partition:
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td>Public Key: </td>
|
||
|
<td>
|
||
|
<input readonly type="text" size=32 style="font-family: courier, monospace" value="<tmpl_var publickey>">
|
||
|
</td>
|
||
|
</tr>
|
||
|
|
||
|
<tr>
|
||
|
<td>Private Key: </td>
|
||
|
<td><input readonly type="text" size=32 style="font-family: courier, monospace" value="<tmpl_var privatekey>"></td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|