{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description" %}

{% trans "Generate a new key pair. The private key will be generated and must be downloaded immediately after creation." %}

{% trans "Key pairs are used to access instances via SSH. The private key should be kept secure." %}

{% trans "Key Types" %}

{% trans "SSH Key" %}
{% trans "Standard SSH key pair (RSA). Recommended for most use cases." %}
{% trans "X509 Certificate" %}
{% trans "X509 certificate key pair. Used for specific authentication scenarios." %}
{% endblock %}