docs(cis): explain Fedora exclusion from crypto-policy configuration
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
# Fedora ships its own crypto-policies preset and update-crypto-policies
|
||||||
|
# behaves differently; applying DEFAULT:NO-SHA1 can break package signing.
|
||||||
- name: Configure System Cryptography Policy
|
- name: Configure System Cryptography Policy
|
||||||
when: os in (os_family_rhel | difference(['fedora']))
|
when: os in (os_family_rhel | difference(['fedora']))
|
||||||
ansible.builtin.command: "{{ chroot_command }} /usr/bin/update-crypto-policies --set DEFAULT:NO-SHA1"
|
ansible.builtin.command: "{{ chroot_command }} /usr/bin/update-crypto-policies --set DEFAULT:NO-SHA1"
|
||||||
|
|||||||
Reference in New Issue
Block a user