P
P
Pista2020-11-29 20:04:43
Nginx
Pista, 2020-11-29 20:04:43

Can I use the same certificate for domains behind Cloudflare?

Consider the situation, I generated certificates from let's encrypt for a domain not for cloudflare

/etc/letsencrypt/chain.pem /etc/letsencrypt/fullchain.pem
/etc/letsencrypt/privkey.pem
I

added to the nginx config for a domain that is behind CloudFlare the path to certificates from let`s encrypt

ssl_certificate /etc/letsencrypt/fullchain.pem
ssl_certificate_key /etc/letsencrypt/privkey.pem
ssl_trusted_certificate /etc/letsencrypt/chain.pem; Enabled SSL FULL

mode in Cloudflare It seems to work, but how adequate and correct is it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Gavrilov, 2020-11-29
@Pista

This is adequate, you can put the last Full (strict) to make it quite adequate

D
Dimonchik, 2020-11-29
@dimonchik2013

maybe, but why? testing technique? or critical data?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question