Giving a new site https, requested plugin not installed

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?

Did you run this command from the tutorial?

sudo apt-get install python-certbot-nginx

That should install the nginx plugin…

2 Likes

Ok I feel stupid. I assumed I had off course done this for previous installs. /:
Yeah this solved the problem. Thanks.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.