diff options
| -rw-r--r-- | content/standalone.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/standalone.md b/content/standalone.md index c466465..4f8d2a0 100644 --- a/content/standalone.md +++ b/content/standalone.md @@ -24,7 +24,7 @@ certbot certonly --standalone -d pleroma.example.org systemctl start nginx ``` -What we do here is temporarily turn of Nginx, then run a `certonly` +What we do here is temporarily turn off Nginx, then run a `certonly` subcommand that generates a certificate for the domain without changing or caring about the Nginx configuration. Then we reactivate Nginx, thus turning back on our webserver. |
