Older openssl versions (1.0.1/1.0.2) do not seem to support '-' for /dev/stdin. (#279)

This commit is contained in:
Felix Fontein
2021-09-15 20:42:52 +02:00
committed by GitHub
parent eea7bfc6bf
commit 598cdf0a21
2 changed files with 4 additions and 2 deletions

View 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)."