1
0
Fork 0
mirror of https://github.com/trailofbits/algo.git synced 2025-04-15 13:47:04 +02:00

some fixes

This commit is contained in:
Evgeniy Ivanov 2016-07-21 22:51:41 +03:00
parent 429f553cd7
commit 2efaf97e58
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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