{% extends "base.html" %} {% block title %}Generate User Certificate{% endblock title %} {% block content %}

Generate new certificate and key for {{ curr_user.username }}

If you proceed you will overwrite any existing previous certificate and keys. Your existing certificate will be revoked. Are you sure?

{% csrf_token %} No, go back.
{% endblock content %}