The documentation of the command line option --standalone says:
Obtain certificates using a "standalone" webserver.
What means “standalone” in this context?
The documentation of the command line option --standalone says:
Obtain certificates using a "standalone" webserver.
What means “standalone” in this context?
Without a "third party" webserver like Apache or nginx. Certbot will use some kind of Python module to temporary spin up its own webserver, which will be disabled again when it isn't used any longer.
You can read more about the plugins on the certbot home page and its manual:
https://certbot.eff.org/docs/using.html#getting-certificates-and-choosing-plugins
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.