ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
199 stars 154 forks source link

Use SHA1-DES pfx for tests on older win hosts #555

Closed jborean93 closed 8 months ago

jborean93 commented 8 months ago
SUMMARY

Use the older 3DES SHA1 encryption when creating a pfx in the tests for Server 2016. This is needed as OpenSSL defaults to AES256 which is only supported from Server 2019 or newer.

ISSUE TYPE
COMPONENT NAME

CI tests