Skip to content
Snippets Groups Projects
Commit 97fb6138 authored by Václav Bartoš's avatar Václav Bartoš
Browse files

little change in design of export_certificate.html

parent 3200d606
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ The file should by protected (encrypted) by a password (empty password is possib
</form>
<h2>PEM format (.crt, .key)</h2>
<p>In PEM format, certificate and private key are stored separately. Encryption is not supported.</p>
<p>
Certificate and private key are stored separately in PEM format. Encryption is not supported.<br>
<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert">Download certificate (.crt)</a><br>
<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key">Download private key (.key)</a>
<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert"><button>Download certificate (.crt)</button></a>
<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key"><button>Download private key (.key)</button></a>
</p>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment