You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for adding new domain to nginx use this
cp /etc/nginx/sites-available/default /etc/nginx/sites-available/yourdomain.com
ln -s /etc/nginx/sites-available/yourdomain.com /etc/nginx/sites-enabled/
after this it create a defualt yourdomain.conf u need to edit it in nano or any editor and remove defualt server from port 80 and add ur domain name that u set in first 2line to (servername _; part replace "servername yourdomain.com;" with ur domain) after that just use certbot --nginx to get cert for that domain . i try to automate that too soon
Hello, How can we add a additional new domain to it?
The text was updated successfully, but these errors were encountered: