chromium/chromeos/components/test/data/onc/translation_of_shill_vpn_ipsec.onc

{
    "GUID": "{84391467-dd8b-4c66-9b52-860583038351}",
    "Name": "TestIpsecVPN",
    "Type": "VPN",
    "IPAddressConfigType":"DHCP",
    "NameServersConfigType":"DHCP",
    "VPN": {
        "Host": "terminus.muc",
        "IPsec": {
            "AuthenticationType": "Cert",
            "ClientCertPKCS11Id": "1:123456abcdef",
            "ClientCertType": "PKCS11Id",
            "SaveCredentials": true,
        },
        "L2TP": {
            "Password": "some password",
            "Username": "hans"
        },
        "Type": "L2TP-IPsec"
    }
}