#nginx
Read more stories on Hashnode
Articles with this tag
1. Create Certificate Authority create pirvate key openssl genrsa -des3 -out myrootCA.key 2048 create root certificate openssl req -x509 -new...
sudo apt install nginx sudo systemctl status nginx open file /etc/nginx/nginx.conf and comment below line #include /etc/nginx/conf.d/*.conf; include...