From 66f5f0b0c015d6f40e59b7373ecc14a254389a2c Mon Sep 17 00:00:00 2001 From: freezingDaniel <82905307+freezingDaniel@users.noreply.github.com> Date: Sun, 24 Jul 2022 02:19:49 +0200 Subject: Fix typo --- content/standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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. -- cgit v1.2.3