mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Older openssl versions (1.0.1/1.0.2) do not seem to support '-' for /dev/stdin. (#279)
This commit is contained in:
2
changelogs/fragments/279-acme-openssl.yml
Normal file
2
changelogs/fragments/279-acme-openssl.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "acme_* modules - fix commands composed for OpenSSL backend to retrieve information on CSRs and certificates from stdin to use ``/dev/stdin`` instead of ``-``. This is needed for OpenSSL 1.0.1 and 1.0.2, apparently (https://github.com/ansible-collections/community.crypto/pull/279)."
|
||||
Reference in New Issue
Block a user