For the first time I try to use an SSL certificate in the Django project.
I take the certificate here (i.e., in fact, from letsencrypt ).
Generated certificate without CSR.
There are three files in the archif: ca_bundle.crt, certificate.crt, private.key.
Nginx gives 2 files: certificate.crt and private.key.
Everything works fine, with the exception of Android devices, when you log in from any Android browser, it gives an "error" as with a self-signed certificate.
Addition
ssl-checker returns, among other things, this:
The certificate is not trusted in all web browsers. You may need to install an Intermediate / Certificate.
I understand that you need to use the openssl utility, and do something with the file ca_bundle.crt, but I can’t find out what.