The Apache plugin currently supports modern OSes based on Debian, Fedora, SUSE, Gentoo and Darwin. This automates both obtaining and installing certificates on an Apache webserver. To specify this plugin on the command line, simply include "--apache". https://certbot.eff.org/docs/using.html#apache
The Apache plugin currently supports modern OSes based on Debian, Fedora, SUSE, Gentoo and Darwin. This automates both obtaining and installing certificates on an Apache webserver. To specify this plugin on the command line, simply include "--apache". https://certbot.eff.org/docs/using.html#apache
To install certbot-apache, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install certbot-apache
To see what files were installed by certbot-apache, run:
port contents certbot-apache
To later upgrade certbot-apache, run:
sudo port selfupdate && sudo port upgrade certbot-apache
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.