A
A
Alexander Borisovich2017-08-07 14:07:35
linux
Alexander Borisovich, 2017-08-07 14:07:35

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

2 answer(s)
A
Alexey Cheremisin, 2017-08-07
@leahch

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...

C
CityCat4, 2017-08-08
@CityCat4

It all depends on what your application is on and how it integrates with OpenSSL (or whatever)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question