{% load i18n %}

{% trans 'Create IPsec policy for current project.' %}

{% trans 'An IPsec 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 'Encapsulation mode' %}
{% trans 'The type of IPsec tunnel (tunnel/transport) to be used.' %}
{% 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 '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 'Transform Protocol' %}
{% trans 'The type of protocol (ESP, AH, AH-ESP) used in IPsec policy.' %}

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