fix(unstable): prosody dsa1024 pubkey support (#2101)
This commit is contained in:
committed by
GitHub
parent
a36f2d55fd
commit
0b47ff3c0e
2
.github/workflows/unstable.yml
vendored
2
.github/workflows/unstable.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
|||||||
- name: Prosody gpg key
|
- name: Prosody gpg key
|
||||||
id: prosody_gpg_key
|
id: prosody_gpg_key
|
||||||
run: curl --location --silent --show-error https://prosody.im/files/prosody-debian-packages.key | sudo dd of=/etc/apt/trusted.gpg.d/prosody.gpg
|
run: curl --location --silent --show-error https://prosody.im/files/prosody-debian-packages.key | sudo dd of=/etc/apt/trusted.gpg.d/prosody.gpg
|
||||||
|
- name: Prosody dsa1024 key support
|
||||||
|
run: echo -e "[hash_algorithms]\nsha1.second_preimage_resistance = \"always\"\n\n[asymmetric_algorithms]\ndsa1024 = \"always\"\n" > /etc/crypto-policies/back-ends/apt-sequoia.config
|
||||||
- name: Prosody repo
|
- name: Prosody repo
|
||||||
uses: myci-actions/add-deb-repo@11
|
uses: myci-actions/add-deb-repo@11
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user