From dd1f8bd22c884dbbf28c2991be735ad88fd3bde3 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 22 Nov 2021 10:58:43 -0600 Subject: [PATCH] Tabs to spaces in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c48a45..b075f3a 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ Currently the `standalone` and `webroot` method are supported for generating new Set `certbot_create_if_missing` to `yes` or `True` to let this role generate certs. - certbot_create_method: standalone + certbot_create_method: standalone Set the method used for generating certs with the `certbot_create_method` variable — current allowed values are: `standalone` or `webroot`. - certbot_testmode: false + certbot_testmode: false Enable test mode to only run a test request without actually creating certificates. - certbot_hsts: false + certbot_hsts: false Enable (HTTP Strict Transport Security) for the certificate generation.