{% load i18n %}

{% trans 'Create IPSec Policy for current project.' %}

{% trans 'An IPSec policy is an association of the following attributes' %}

{% trans 'Authorization algorithm' %}
{% trans 'Auth algorithm limited to SHA1 only.' %}
{% trans 'Encapsulation mode' %}
{% trans 'The type of IPsec tunnel (tunnel/transport) to be used.' %}
{% trans 'Encryption algorithm' %}
{% trans 'The type of algorithm (3des, aes-128, aes-192, aes-256) used in the IPSec Policy.' %}
{% 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 limited to using Diffie-Hellman groups 2, 5 (default) and 14.' %}
{% trans 'Transform Protocol' %}
{% trans 'The type of protocol (esp, ah, ah-esp) used in IPSec Policy.' %}

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