Could you please advise on the issue of installing SSL under Windows?

When I was installing SSL, the certificate authority provided me with .crt, .csr, .key, and .pem files,

I use
N8N_SSL_KEY = “my.key”
N8N_SSL_CERT = “my.crt”
Set environment variables
But the error prompt I got is

Exiting due to an error.

error:1E08010C:DECODER routines::unsupported

How can this be resolved?

n8n setup

  • n8n version: 1.119.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (npm):
  • Operating system: windows 2019

N8N_SSL_CERT=/path/to/your/my.crt
N8N_SSL_KEY=/path/to/your/my.key
Are thus files readble by the user that started the n8 instance?
Are you sure that the location of the files is correct?