This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
Releases: jdauphant/ansible-role-ssl-certs
Releases · jdauphant/ansible-role-ssl-certs
v1.7.1
v1.7: Add template and tweak commands for SAN support. (#38)
* Add template and tweak commands for SAN support. * Correct dest param. * Add ssl_certs_email default * Correct email param * Correct cert path name. * skip prompts * remove prompt setting * add subject fields in command line. * Disable prompt. Remove defaults. * Remove config param from cert gen and fields from csr gen. * Add spacing in jinja tags. Add default value for ssl_certs_san_name * Reformat code to modern Ansible syntax. * Add DNS.2 entry for SAN
v1.6
v1.5: Use DSA-like DH parameters for a huge speed increase (#34)
Generating DSA-like DH parameters (`-dsaparam -out`) is *significantly* faster, and my understanding is that it does not result in less security. I was convinced by this discussion: https://security.stackexchange.com/questions/95178/diffie-hellman-parameters-still-calculating-after-24-hours/95184
v1.4: Separate out priv key and cert installs (#31)
* Separate out priv key and cert installs * Allow force replace to be configurable
v1.3
v1.2.6
v1.2.5: Merge pull request #22 from juanluisbaptiste/master
Added missing quotes to ssl_certs_mode value.
v1.2.4: Merge pull request #21 from mpolci/master
Set files ownership and mode of generated cert. Fix issue #18
v1.2.3: Merge pull request #15 from davidmnoriega/use-sha256
Now using sha256 signing algo for generated cert