mirror of
https://github.com/trailofbits/algo.git
synced 2025-10-12 13:35:17 +02:00
12 lines
265 B
Django/Jinja
12 lines
265 B
Django/Jinja
{
|
|
"uuid": "{{ 600000 | random | to_uuid }}",
|
|
"name": "Algo {{ IP_subject_alt_name }}",
|
|
"type": "ikev2-cert",
|
|
"remote": {
|
|
"addr": "{{ IP_subject_alt_name }}"
|
|
},
|
|
"local": {
|
|
"p12": "{{ item.1.stdout }}"
|
|
},
|
|
"mtu": 1280
|
|
}
|