mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +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
|
# secp384r1
|
||||||
# secp521r1
|
# secp521r1
|
||||||
easyrsa_dir: /opt/easy-rsa-ipsec
|
easyrsa_dir: /opt/easy-rsa-ipsec
|
||||||
easyrsa_curve: secp384r1
|
easyrsa_curve: prime256v1
|
||||||
easyrsa_ca_expire: 3650
|
easyrsa_ca_expire: 3650
|
||||||
easyrsa_cert_expire: 3650
|
easyrsa_cert_expire: 3650
|
||||||
easyrsa_p12_export_password: vpn
|
easyrsa_p12_export_password: vpn
|
||||||
|
|
||||||
# if True re-init all existing certificates. Boolean
|
# if True re-init all existing certificates. Boolean
|
||||||
easyrsa_reinit_existent: True
|
easyrsa_reinit_existent: False
|
||||||
|
|
||||||
# Domain or ip
|
# Domain or ip
|
||||||
server_name: www.ivlis.me
|
server_name: www.ivlis.me
|
||||||
|
|
1
vpn.yml
1
vpn.yml
|
@ -126,6 +126,7 @@
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ users }}"
|
- "{{ users }}"
|
||||||
- "{{ PayloadContent.results }}"
|
- "{{ PayloadContent.results }}"
|
||||||
|
no_log: True
|
||||||
|
|
||||||
- name: Fetch users P12
|
- name: Fetch users P12
|
||||||
fetch: src=/{{ easyrsa_dir }}/easyrsa3//pki/private/{{ item }}.p12 dest=configs/{{ server_name }}_{{ item }}.p12 flat=yes
|
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