18 lines
719 B
Twig
18 lines
719 B
Twig
|
{% extends 'base.html.twig' %}
|
||
|
|
||
|
{% block body %}
|
||
|
<form action="/activate" method="post" style="display: inline;">
|
||
|
Attach the provided X.509 Certificate to an Identity<br><br><label><b>Username:</b></label><br><input name="username" value="{{ username | e }}Hankypants" disabled><br>
|
||
|
<textarea rows=10 cols=40 disabled>
|
||
|
Common Name:
|
||
|
Hankypants
|
||
|
Issuer:
|
||
|
tor.161.sh
|
||
|
Key Fingerprint:
|
||
|
CA:3A:85:33:03:1F:39:7B
|
||
|
Key ID:
|
||
|
A5:CE:37:EA:EB:B0:75:0E</textarea><br>
|
||
|
<i>Please check the Certificate before confirming.</i><br>
|
||
|
<b><input type="submit" name="confirm" value="Attach Certificate" onclick="myagent.play('Print'); myagent.play('GetTechy');"></b>
|
||
|
</form>
|
||
|
{% endblock %}
|