mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-15 13:47:04 +02:00
some fixes
This commit is contained in:
parent
429f553cd7
commit
2efaf97e58
2 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
# secp384r1
|
||||
# secp521r1
|
||||
easyrsa_dir: /opt/easy-rsa-ipsec
|
||||
easyrsa_curve: secp384r1
|
||||
easyrsa_curve: prime256v1
|
||||
easyrsa_ca_expire: 3650
|
||||
easyrsa_cert_expire: 3650
|
||||
easyrsa_p12_export_password: vpn
|
||||
|
||||
# if True re-init all existing certificates. Boolean
|
||||
easyrsa_reinit_existent: True
|
||||
easyrsa_reinit_existent: False
|
||||
|
||||
# Domain or ip
|
||||
server_name: www.ivlis.me
|
||||
|
|
1
vpn.yml
1
vpn.yml
|
@ -126,6 +126,7 @@
|
|||
with_together:
|
||||
- "{{ users }}"
|
||||
- "{{ PayloadContent.results }}"
|
||||
no_log: True
|
||||
|
||||
- name: Fetch users P12
|
||||
fetch: src=/{{ easyrsa_dir }}/easyrsa3//pki/private/{{ item }}.p12 dest=configs/{{ server_name }}_{{ item }}.p12 flat=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue