Releases: robertdebock/ansible-role-ca
Releases · robertdebock/ansible-role-ca
Refresh
Documentation and tests have been updated.
Loop over `items`
Forgot to replace a variable by {{ item }}
, fixed now.
Make paths
Some paths need to be created.
Cipher configurable.
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
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
The paths of where the key, csr and cert end up can now be set.
Docs updated
The docs have been updated according to a new template.
Docs fixed
Simple, but important.
CA certificate
Create the CA certificate.
pub
Save the certificates in /pub by default.