Installs easy-rsa and some helper scripts https://github.com/OpenVPN/easy-rsa
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico fef77c028b
Fix the renewal scripts
1 year ago
defaults Cron job that check the expiration dates. 2 years ago
handlers Initial commit 4 years ago
meta Import the old role 4 years ago
tasks Cron job that check the expiration dates. 2 years ago
templates Fix the renewal scripts 1 year ago
tests Initial commit 4 years ago
vars Backport some fixes. 2 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Import the old role 4 years ago

README.md

Role Name

A role that installs EasyRSA

Role Variables

The most important variables are listed below:

easy_rsa_install: True
easy_rsa_main_version: 3
easy_rsa_version: '{{ easy_rsa_main_version }}.0.7'
easy_rsa_req_email: 'ca@example.com'
easy_rsa_req_ou: 'EASY RSA'
# rsa or ec
easy_rsa_algo: 'rsa'
easy_rsa_key_size: 4096
easy_rsa_curve: 'secp384r1'
easy_rsa_ca_expire: 3650
easy_rsa_cert_expire: 370
easy_rsa_digest: 'sha384'
easy_rsa_batch_mode: False

easy_rsa_req_country: 'IT'
easy_rsa_req_province: 'Province'
easy_rsa_req_city: 'City'
easy_rsa_req_org: 'Organization'

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it