From 9845dde5df6a5fb64383666ffb146b2e196cd8ae Mon Sep 17 00:00:00 2001 From: DaveQB Date: Sun, 15 Jun 2025 21:26:57 +1000 Subject: [PATCH] Typo in README.md Missing closing parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d147a..d3c70be 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ See other examples in the `tests/` directory. _Note: You can have this role automatically generate certificates; see the "Automatic Certificate Generation" documentation above._ -You can manually create certificates using the `certbot` (or `certbot-auto`) script (use `letsencrypt` on Ubuntu 16.04, or use `/opt/certbot/certbot-auto` if installing from source/Git. Here are some example commands to configure certificates with Certbot: +You can manually create certificates using the `certbot` (or `certbot-auto`) script (use `letsencrypt` on Ubuntu 16.04, or use `/opt/certbot/certbot-auto` if installing from source/Git). Here are some example commands to configure certificates with Certbot: # Automatically add certs for all Apache virtualhosts (use with caution!). certbot --apache