I'm having trouble to upload a new certificate to a hosting provider as it gets rejected as according to them the modulus of the cert and private key don't match. I created this certificate with certbot 2.1.0 on ubuntu 20.4 (WSL). I'm trying to figure out why this happens and I can get the modulus from the chain.pem
certbot --help all
(...)
--key-type {rsa,ecdsa}
Type of generated private key. Only *ONE* per invocation can be provided at this time.
(default: ecdsa)
(...)