From 409154483a45fbb8382e877e86db33b1a9d1b5ba Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 4 Feb 2021 22:29:18 +0100 Subject: [PATCH] certbot/domain --- docs/public/certbot/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/public/certbot/index.rst b/docs/public/certbot/index.rst index 0845ee4..09b6bfe 100644 --- a/docs/public/certbot/index.rst +++ b/docs/public/certbot/index.rst @@ -7,7 +7,8 @@ DNS certificate .. code:: shell mkdir tmp - DOMAIN=domain.tld certbot \ + DOMAIN='domain.tld' + certbot \ --config-dir tmp \ --logs-dir tmp \ --work-dir tmp \