{% extends 'frontend/base.html.j2' %} {% block title %}{{ gettext('new client cert - {service_name}').format(service_name=service.name) }}{% endblock %} {% block content %}

Sign Public Key

{{ render_form(form) }}

Generate new key in the browser

{% endblock %}