Releases: GEANT/ansible_role_tls_cert
Releases · GEANT/ansible_role_tls_cert
fix vars
use more specific var name
v2.0.2 use more specific var name
Don't trip dependabot
- Fix docs to not include entire key pair (this was a dummy anyway but Github's dependabot complained)
Swap shell commands for native modules
- Swap shell commands for native modules. This requires ansible v3+.
- Do not hardcode reloading apache2, postfix, posgresql, and nginx, and ignore errors if they don't run or aren't available. Instead, a new variable
tls_cert_reload_services
is introduced, which is a list of service names to be be reloaded upon changes. This defaults to an empty lists, which means nothing gets reloaded.
Add RSA based GÉANT CAs
Merge pull request #3 from GEANT/dv_add_geant_rsa_CAs Add RSA based GÉANT CAs
Replace expired OV CA
Merge pull request #2 from GEANT/dv_fix_OV_CA replace expired OV CA
Support Sectigo
Merge pull request #1 from GEANT/dv_sectigo_cleanup Dv sectigo cleanup