Create a Self Signed SSL Certificate for Nginx Web Server On Linux

preview_player
Показать описание
SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral.
Nginx (pronounced "engine x") is software to provide a web server. It can act as a reverse proxy server for TCP, UDP, HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.
Рекомендации по теме
Комментарии
Автор

why did i not see this earlier. thanks a ton!

sreethampi
Автор

And this...

add_header Public-Key-Pins 'pin-sha256=" ";

How can i get it?

unoquepasabaporaqui
Автор

Hi, I am not able to configure nginx with openssl inside container.

viraldesai