mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-19 07:37:10 +02:00
21 lines
420 B
INI
21 lines
420 B
INI
---
|
|
|
|
# IKEv2 currently supports only the following three curves:
|
|
# prime256v1
|
|
# secp384r1
|
|
# secp521r1
|
|
easyrsa_dir: /opt/easy-rsa-ipsec
|
|
easyrsa_curve: secp384r1
|
|
easyrsa_ca_expire: 3650
|
|
easyrsa_cert_expire: 3650
|
|
|
|
# if True re-init all existing certificates. Boolean
|
|
easyrsa_reinit_existent: True
|
|
|
|
# Domain or ip
|
|
server_name: "win7.mycompany.local"
|
|
server_ip: "{{ ansible_ssh_host }}"
|
|
|
|
users:
|
|
- mr.smith
|
|
- mrs.smith
|