152.57.93.195
Created page with "Generating Letsencrypt SSL Manually ----------------------------------- - Login to server - Create new nginx .conf file for new custom URL - Create simlink for newly added .conf file to sites-enabled folder ln -s /etc/nginx/sites-available/.conf /etc/nginx/sites-enabled/ Then we need to generate SSL for newly added custom URL - Run below command with appropritae information certbot renew --webroot /var/www/html -d domainname this will genearte .pem and .key fil..."