You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Security-Quiz/templates/sign.html

6 lines
194 B

<h1>Upload hier je certificate signing request (.csr):</h1>
<form enctype="multipart/form-data" method="POST">
{% csrf_token %}
<input type="file" name="csr">
<input type="submit">
</form>