Created
April 25, 2025 17:59
-
-
Save julian-klode/613b52558b65d03683e92a981647b3fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default APT Sequoia configuration. To overwrite, consider copying this | |
# to /etc/crypto-policies/back-ends/apt-sequoia.config and modify the | |
# desired values. | |
[asymmetric_algorithms] | |
dsa1024 = 2024-02-01 | |
dsa2048 = 2024-02-01 | |
dsa3072 = 2024-02-01 | |
dsa4096 = 2024-02-01 | |
brainpoolp256 = 2028-02-01 | |
brainpoolp384 = 2028-02-01 | |
brainpoolp512 = 2028-02-01 | |
rsa2048 = 2030-02-01 | |
[hash_algorithms] | |
sha1.second_preimage_resistance = 2026-02-01 # Extend the expiry for legacy repositories | |
sha224 = 2026-02-01 | |
[packets] | |
signature.v3 = 2026-02-01 # Extend the expiry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment