Android: add the CA and set the ciphers explicitly

This commit is contained in:
Jack Ivanov 2018-03-19 10:24:35 +03:00
parent 4e4440a318
commit 81688c094b

View file

@ -3,10 +3,13 @@
"name": "Algo {{ IP_subject_alt_name }}",
"type": "ikev2-cert",
"remote": {
"addr": "{{ IP_subject_alt_name }}"
"addr": "{{ IP_subject_alt_name }}",
"cert": "{{ PayloadContentCA }}"
},
"local": {
"p12": "{{ item.1.stdout }}"
},
"ike-proposal": "{{ ciphers.defaults.ike | replace('!', '') }}",
"esp-proposal": "{{ ciphers.defaults.esp | replace('!', '') }}",
"mtu": 1280
}