Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Releases: jdauphant/ansible-role-ssl-certs

v1.7.1

24 Oct 20:55

Choose a tag to compare

properly escape regex (#41)

v1.7: Add template and tweak commands for SAN support. (#38)

05 Aug 15:00

Choose a tag to compare

* 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

09 Apr 20:56

Choose a tag to compare

add private key and cert combination (#35)

v1.5: Use DSA-like DH parameters for a huge speed increase (#34)

09 Apr 10:16

Choose a tag to compare

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)

10 Apr 18:31

Choose a tag to compare

* Separate out priv key and cert installs

* Allow force replace to be configurable

v1.3

03 Feb 14:08

Choose a tag to compare

Give the ability to unset certificate and private keys data (#27)

v1.2.6

24 Jan 21:42

Choose a tag to compare

Use generic package manager instead of apt (#26)

v1.2.5: Merge pull request #22 from juanluisbaptiste/master

28 Jul 07:01

Choose a tag to compare

Added missing quotes to ssl_certs_mode value.

v1.2.4: Merge pull request #21 from mpolci/master

30 Jun 20:31

Choose a tag to compare

Set files ownership and mode of generated cert. Fix issue #18

v1.2.3: Merge pull request #15 from davidmnoriega/use-sha256

01 May 22:21

Choose a tag to compare

Now using sha256 signing algo for generated cert