Answer the question
In order to leave comments, you need to log in
Https in your application on linux?
In Windows, the binding of a certificate to an application occurs through netsh http add sslcert ipport=0.0.0.0:5000
How to attach a certificate to your application in Linux?
The question is not about setting up https in popular servers, but in your own little one.
Answer the question
In order to leave comments, you need to log in
It all depends on your server and software, it is configured differently for nginx, apache or your application.
If you just need to put a trusted certificate, then you can throw it into /etc/ssl
. If you need to work through your own certificate, then it all depends on the type of web server.
For nginx like this - https://www.digitalocean.com/community/tutorials/h...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question