I’m trying to import a certificate I created, and I’m getting the following error:
14:28:39 ERROR: Certificate not imported: ERROR: not valid Key source file
I have the certificate file:
BEGIN CERTIFICATE
LOTS OF TEXT
END CERTIFICATE
and the key file:
BEGIN RSA PRIVATE KEY
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-256-CBC,7DA220CD8EFAC3ECB00A316AA41B5E33
LOTS OF TEXT
END RSA PRIVATE KEY
but can’t import it…
I’ve added the CA as a trusted CA
Anyone have this problem and resolve it?
Thanks in advance!