From 20dfb91948c38c2c8d8ec17cdbf8f41a8ea2bbb4 Mon Sep 17 00:00:00 2001 From: Marc Bihlmaier <30314040+rdxmb@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:14:14 +0200 Subject: [PATCH] docs: remove quotes in certificatesresolvers CLI examples --- docs/content/https/acme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/https/acme.md b/docs/content/https/acme.md index 0f4bf8472..38b25746f 100644 --- a/docs/content/https/acme.md +++ b/docs/content/https/acme.md @@ -560,7 +560,7 @@ certificatesResolvers: ```bash tab="CLI" # ... ---certificatesresolvers.myresolver.acme.preferredChain="ISRG Root X1" +--certificatesresolvers.myresolver.acme.preferredChain=ISRG Root X1 # ... ``` @@ -588,7 +588,7 @@ certificatesResolvers: ```bash tab="CLI" # ... ---certificatesresolvers.myresolver.acme.keyType="RSA4096" +--certificatesresolvers.myresolver.acme.keyType=RSA4096 # ... ```