amnezia-client/client/server_scripts/ipsec/strongswan.profile
pokamest 25428c9165 Share WireGuard page
Share IKEv2 page
2021-11-15 18:17:28 +03:00

14 lines
No EOL
272 B
Text

{
"uuid": "$UUID",
"name": "IKEv2 VPN ($SERVER_ADDR)",
"type": "ikev2-cert",
"remote": {
"addr": "$SERVER_ADDR"
},
"local": {
"p12": "$P12_BASE64",
"rsa-pss": "true"
},
"ike-proposal": "aes256-sha256-modp2048",
"esp-proposal": "aes128gcm16"
}