mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Android: add the CA and set the ciphers explicitly (#837)
This commit is contained in:
parent
4e4440a318
commit
78830d96aa
1 changed files with 4 additions and 1 deletions
|
@ -3,10 +3,13 @@
|
||||||
"name": "Algo {{ IP_subject_alt_name }}",
|
"name": "Algo {{ IP_subject_alt_name }}",
|
||||||
"type": "ikev2-cert",
|
"type": "ikev2-cert",
|
||||||
"remote": {
|
"remote": {
|
||||||
"addr": "{{ IP_subject_alt_name }}"
|
"addr": "{{ IP_subject_alt_name }}",
|
||||||
|
"cert": "{{ PayloadContentCA }}"
|
||||||
},
|
},
|
||||||
"local": {
|
"local": {
|
||||||
"p12": "{{ item.1.stdout }}"
|
"p12": "{{ item.1.stdout }}"
|
||||||
},
|
},
|
||||||
|
"ike-proposal": "{{ ciphers.defaults.ike | replace('!', '') }}",
|
||||||
|
"esp-proposal": "{{ ciphers.defaults.esp | replace('!', '') }}",
|
||||||
"mtu": 1280
|
"mtu": 1280
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue