Skip to content

Releases: robertdebock/ansible-role-ca

Refresh

26 Feb 08:56
2235743
Compare
Choose a tag to compare

Documentation and tests have been updated.

Loop over `items`

16 Feb 12:53
Compare
Choose a tag to compare

Forgot to replace a variable by {{ item }}, fixed now.

Make paths

14 Feb 08:19
Compare
Choose a tag to compare

Some paths need to be created.

Cipher configurable.

13 Feb 12:52
Compare
Choose a tag to compare

The cipher is now (optionally) configurable per requested key/certificate pair:

ca_requests:
  - name: server1.example.com
  - name: server2.example.com
    passphrase: "XYZABC123"
    cipher: aes265

Archlinux started to fail

09 Feb 21:08
Compare
Choose a tag to compare

Archlinux changed it's Docker image name from base/archlinux to archlinux/base.

This release uses the new image name to test the role.

More customizations

04 Feb 09:55
Compare
Choose a tag to compare

The paths of where the key, csr and cert end up can now be set.

Docs updated

13 Jan 19:57
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Docs fixed

05 Jan 16:17
Compare
Choose a tag to compare

Simple, but important.

CA certificate

26 Dec 14:00
Compare
Choose a tag to compare

Create the CA certificate.

pub

19 Dec 03:46
Compare
Choose a tag to compare
pub

Save the certificates in /pub by default.