Configuring HTTPS with Self-Signed SSL Certificates in Nginx
Install Nginx Ensure Nginx was compiled with the --with-http_ssl_module option. Verify the build configuraton: root@ecs-7398:/usr/local/nginx# ./sbin/nginx -V nginx version: nginx/1.20.2 built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) built with OpenSSL 1.1.1f 31 Mar 2020 TLS SNI support enabled...