{% extends "layout.html" %} {% block content %}

Click on Revoke button to revoke a certificate. Revoked certificate will be added to cacrl.pem file.

All Signed Certificates

{% for cert in data_list -%} {% endfor -%}
# serial Filename Common Name Start Date Expiration Date
{{ cert['index'] }} {{ cert['serial'] }} {{ cert['filename'] }} {{ cert['cn'] }} {{ cert['start_date'] }} {{ cert['expiration_date'] }} Revoke
{% endblock %}