Why does length of Signatures in two certificates using same Signature Algorithm sha256WithRSAEncryption is different?

I have this recent Wikipedia certificate issued by intermediate CA Let’s encrypt:
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
03:95:2f:46:69:de:e4:d2:19:35:7f:f0:27:6a:fa:fe:09:cb
Signature Al… Continue reading Why does length of Signatures in two certificates using same Signature Algorithm sha256WithRSAEncryption is different?

Is DSA-1024 safe to sign package repositories ? What are the reasons?

I recently found that the latest release of a major Linux distribution (MX Linux) uses DSA-1024 in /etc/apt/trusted.gpg and in /etc/apt/trusted.gpg.d/*.gpg
It also probably uses SHA-1 as the signature algorithm (which is the most common on… Continue reading Is DSA-1024 safe to sign package repositories ? What are the reasons?

Docker: How to download & verify a publisher’s root key (out-of-band, distinct-domain cryptographic verification, WoT)

For a given publisher of docker images on Docker Hub (let’s say debian), how do I download their root release/image signing key and verify its authenticity from multiple sources out-of-band from each-other?
Though it doesn’t appear to be c… Continue reading Docker: How to download & verify a publisher’s root key (out-of-band, distinct-domain cryptographic verification, WoT)