That is a private key, not a certificate.
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBg==
-----END PRIVATE KEY------ Why:
- A key and a certificate are both PEM blocks of base64 and look identical at a glance. The header is the only thing that distinguishes them, and it is the part people skim past.
- Fix:
- Paste the file whose header says CERTIFICATE. If a private key has been pasted anywhere online, treat it as compromised and reissue.