mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
openssl_certificate: fix ACME provider (#54656)
* Change default of acme_chain to no. * Stop using string command lines. * Add changelog. * Fix changelog.
This commit is contained in:
parent
f99d1b3e47
commit
fa47bed71c
2 changed files with 15 additions and 10 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- "openssl_certificate - change default value for ``acme_chain`` from ``yes`` to ``no``. Current versions
|
||||
of `acme-tiny <https://github.com/diafygi/acme-tiny/>`_ do not support the ``--chain`` command anymore.
|
||||
This default setting caused the module not to work with such versions of acme-tiny until
|
||||
``acme_chain: no`` was explicitly set."
|
Loading…
Add table
Add a link
Reference in a new issue