Answer the question
In order to leave comments, you need to log in
How to renew ssl certificate on Ubuntu, Nginx?
How to update the current certificate for a domain?
In the settings for the nginx domain, the ssl storage parameters are now registered:
ssl_certificate {path}/chain.crt;
ssl_certificate_key {path}/private.key;
The provider sent the following files:
An .rtf document in which:
Your certificate is provided below
-----BEGIN CERTIFICATE-----
...
Root certificate
-----BEGIN CERTIFICATE-----
...
Intermediate certificate
- ----BEGIN CERTIFICATE-----
...
Certificate request
-----BEGIN NEW CERTIFICATE REQUEST-----
...
{domain}.csr file:
-----BEGIN CERTIFICATE REQUEST -----
...
File {domain}.key:
-----BEGIN RSA PRIVATE KEY-----
...
Answer the question
In order to leave comments, you need to log in
-----BEGIN CERTIFICATE-----this part (with all three certificates in one file) in {path}/chain.crt
...
-----BEGIN CERTIFICATE-----
...
-----BEGIN CERTIFICATE-----
...
-----BEGIN RSA PRIVATE KEY-----and this one in {path}/private.key
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question