Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.15.1.1.4. Install SSL from Cloudflare
Attention!
When using Cloudflare, it is difficult or impossible to obtain a free SSL certificate from Let's Encrypt. In such cases, use the certificate provided by Cloudflare.To correctly configure an SSL certificate when using Cloudflare, you must do the following:
Configure certificate
- Log in to the Cloudflare site.
- On the Cloudflare control panel home page, click on your domain:

- In the "SSL/TLS → Overview" section, click "Configure":

- Select "Full (strict)" and save your changes:
Description of available encryption modes:- "Full (strict)" (recommended) — encryption between the client, Cloudflare, and the hosting (on the hosting, a secure Cloudflare certificate is installed).
- "Full" — encryption between the client, Cloudflare, and the hosting (on the hosting, a less secure self-signed certificate is installed).
- "Flexible" — encryption only between the client and Cloudflare; traffic between Cloudflare and the hosting provider is not encrypted (no certificate installation is required on the hosting's side, but all redirects to HTTPS must be disabled in the hosting's settings and on the site).
- "Off (not secure)" — no encryption.
- In the "SSL/TLS → Origin server" section, click "Create Certificate":

- Select "Generate private key and CSR with Cloudflare", "RSA (2048)", the addresses for which the certificate will be valid, the certificate's expiration date, and click "Create":

- Wait until the certificate is created, select "PEM", copy the certificate and private key data, and save them (for example, paste and save them in separate text files named
certificate.crtandprivate.key; the file names and extensions can be anything you like):
- Install the obtained certificate on the hosting.
(5)