Android: add the CA and set the ciphers explicitly (#837)

This commit is contained in:
Jack Ivanov 2018-03-19 19:05:30 +03:00 committed by Dan Guido
parent 4e4440a318
commit 78830d96aa

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
}