Installs the mkcert CA by FiloSottile https://github.com/FiloSottile/mkcert
Go to file
Andrea Dell'Amico 0aa07e17c8
Fix a task name.
2023-07-13 11:28:02 +02:00
defaults First commit. 2023-07-13 11:26:55 +02:00
handlers Initial commit 2023-07-10 11:45:43 +02:00
meta First commit. 2023-07-13 11:26:55 +02:00
tasks Fix a task name. 2023-07-13 11:28:02 +02:00
templates First commit. 2023-07-13 11:26:55 +02:00
tests Initial commit 2023-07-10 11:45:43 +02:00
vars First commit. 2023-07-13 11:26:55 +02:00
.gitignore Add a .gitignore. 2023-07-10 19:20:24 +02:00
LICENSE Initial commit 2023-07-10 11:45:43 +02:00
README.md First commit. 2023-07-13 11:26:55 +02:00

README.md

Role Name

A role that installs mkcert https://github.com/FiloSottile/mkcert

Role Variables

The most important variables are listed below:

mkcert_gecos: "Private CA"

Other variables are defined under vars should not be overwritten:

mkcert_user: mkcert-ca
mkcert_base_dir: /srv
mkcert_home: "{{ mkcert_base_dir }}/{{ mkcert_user }}"
mkcert_ca_certificates_dir: "{{ mkcert_home }}/.local/share/mkcert"

Dependencies

None

License

EUPL-1.2

Author Information

Andrea Dell'Amico, andrea.dellamico@isti.cnr.it