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
@zoracon it looks like the website was updated with new instructions, but they are not quite right yet.
The $(command -v certbot) part is necessary because the certbot binary is missing from root's PATH, if installed via Homebrew. It appears to have been dropped.
python is not necessarily available in macOS. On my system, only python3 is available. Potentially, we will want to replace python with $(command -v python3).
So I think ultimately it might look something like:
$(command -v certbot)
is missing from the suggested command. (Was introduced in b2682d6)Picture from https://certbot.eff.org/instructions?ws=apache&os=osx :
If I run the site locally (clone this repository and run the docker compose setup), the command is displayed correctly.
The text was updated successfully, but these errors were encountered: