VpnPhase2Detail
VpnPhase2Detail
| Name | Description | Schema | Default |
|---|---|---|---|
| diffie_hellman_groups optional | VPN Tunnel IPSec Diffie-Hellman Group 목록 Example : [30, 31, 32] | any of [array[integer], null] | |
| encryptions required | VPN Tunnel IPSec Proposal 목록 Example : ['null-md5', 'aes128gcm', 'chacha20poly1305'] | array[string] | |
| life_time required | VPN Tunnel IPSec Lifetime (초) Example : 43200 | integer | |
| perfect_forward_secrecy required | VPN Tunnel IPSec Perfect Forward Secrecy(PFS) Example : ENABLE | string | |
| remote_subnet required | VPN Tunnel IPSec Remote Subnet Example : 10.1.0.0/16 | string |