Passing SSL certificate to docker

hey

how do i pass SSL certificate to docker n8n ?

1 Like

Hi @Edmunds_Priede, you would need to make sure the certificates are available on a docker volume (often defined using the -v option documented here in their docs) and then point n8n to the correct path on your docker volume using the N8N_SSL_KEY and N8N_SSL_CERT environment variables.

1 Like

@MutedJam the first link you sent doesn’t go anywhere.

Hey @cgsmith,

That is a good spot, I suspect it was just a link to Dockers documentation on using volumes.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.