{% extends "maasserver/base.html" %} {% block title %}Delete SSL key{% endblock %} {% block page-title %}Delete SSL key{% endblock %} {% block content %}

Are you sure you want to delete the following key?

{{ sslkey }}

This action is permanent and can not be undone.

{% csrf_token %} Cancel
{% endblock %}