Install SSL for NGINX

i already have a CSR/private.key script and i need help getting it working on Nginx

Hi @Fearrr12, and welcome to the LE community forum :slight_smile:

Not sure what guide/instructions you might be following...
But nginx can't do anything with a CSR.
You need to give nginx a public cert and matched private key.
Those can be obtained by using an ACME client.

3 Likes

sorry , i have CERTIFICATE/PRIVATE KEY and i don't know how to make it work on nginx , I use debian 11

How is that related to this forum?

You can use any search engine to find such a simple answer.

Debian 11 is not part of your problem: "How can I install a cert into nginx?"

2 Likes

See e.g.

http://nginx.org/en/docs/http/configuring_https_servers.html

4 Likes

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