mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 23:09:09 -07:00
* Generate SHA256 signed certificates
Vulnerability scanners are increasingly reporting SHA-1 signed certificates as a vulnerability on servers. Before this change, -ForceNewSSLCert generates a signature algorithm that openssl shows as sha1WthRSAEncryption for WinRM port 5986. After, this forces certificates to be signed with SHA256, which openssl shows sha256WithRSAEncryption.
Some example SHA-1 deprecations include:
-
|
||
---|---|---|
.. | ||
playbooks | ||
scripts | ||
ansible.cfg | ||
DOCUMENTATION.yml | ||
hosts | ||
hosts.yaml | ||
hosts.yml | ||
plugin_filters.yml |