{% load i18n %}

{% trans "Create IKE policy for current project." %}

{% trans "An IKE policy is an association of the following attributes:" %}

{% trans 'Authorization algorithm' %}
{% trans 'Valid algorithms are SHA-1, SHA-256, SHA-384, SHA-512, AES-XCBC and AES-CMAC.' %}
{% trans 'Encryption algorithm' %}
{% trans 'Valid algorithms are 3DES and AES-128/192/256 including CTR, CCM (ICV 8/12/16) and GCM (ICV 8/12/16) variants.' %}
{% trans 'IKE version' %}
{% trans 'The type of version (v1/v2) that needs to be filtered.' %}
{% trans 'Lifetime' %}
{% trans "Life time consists of units and value. Units in 'seconds' and the default value is 3600." %}
{% trans 'Perfect Forward Secrecy' %}
{% trans 'PFS supports Diffie-Hellman groups 2, 5 (default), 14 through 31.' %}
{% trans 'IKE Phase 1 negotiation mode' %}
{% trans "Phase 1 negotiation mode limited to using 'main' and 'aggressive'." %}

{% trans "All fields are optional." %}