I recently setup a new server.
Now i just bought a new domain and directed it to my server.
Now I would like this new domain to handle https instedad of just http.
When I set the other domains to handle https I went by these directions:
So now I figured I would just do:
sudo certbot --nginx -d new_site.com -d www.new_site.com
in order to allow my new site to handle https. But I get error:
The requested nginx plugin does not appear to be installed
I’ve tried to google but nothing seems to come up. What am I doing wrong?