java_cert - fix incorrect certificate alias on pkcs12 import (#2560)

* fix wrong certificate alias used when importing pkcs12, modify error output, stdout is more relevant than stderr

* add changelog fragment

* fix changelog fragment
This commit is contained in:
absynth76 2021-05-22 13:33:27 +02:00 committed by GitHub
commit 8f083d5d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 98 additions and 46 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "java_cert - fix issue with incorrect alias used on PKCS#12 certificate import (https://github.com/ansible-collections/community.general/pull/2560)."