mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +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 }}",
|
||||
"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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue