mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-25 13:15:18 +02:00
11 lines
252 B
Django/Jinja
11 lines
252 B
Django/Jinja
{
|
|
"uuid": "{{ 600000 | random | to_uuid }}",
|
|
"name": "Algo VPN {{ IP_subject_alt_name }}",
|
|
"type": "ikev2-cert",
|
|
"remote": {
|
|
"addr": "{{ IP_subject_alt_name }}"
|
|
},
|
|
"local": {
|
|
"p12": "{{ item.1.stdout }}"
|
|
}
|
|
}
|