The Nginx plugin should work for most configurations. We recommend backing up Nginx configurations before using it (though you can also revert changes to configurations with "certbot --nginx rollback"). You can use it by providing the "--nginx" flag on the commandline. https://certbot.eff.org/docs/using.html#nginx
The Nginx plugin should work for most configurations. We recommend backing up Nginx configurations before using it (though you can also revert changes to configurations with "certbot --nginx rollback"). You can use it by providing the "--nginx" flag on the commandline. https://certbot.eff.org/docs/using.html#nginx
To install certbot-nginx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install certbot-nginx
To see what files were installed by certbot-nginx, run:
port contents certbot-nginx
To later upgrade certbot-nginx, run:
sudo port selfupdate && sudo port upgrade certbot-nginx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.