From 7ab17d228fe8b3cf4683a0c896fb8c56b1ab6289 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:28:04 +0200 Subject: [PATCH] Fixes typo for OCSP in CLI example --- docs/content/reference/install-configuration/tls/ocsp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/install-configuration/tls/ocsp.md b/docs/content/reference/install-configuration/tls/ocsp.md index 21030d316..577f3749c 100644 --- a/docs/content/reference/install-configuration/tls/ocsp.md +++ b/docs/content/reference/install-configuration/tls/ocsp.md @@ -67,5 +67,5 @@ ocsp: ```bash tab="CLI" ## Static configuration --ocsp.responderoverrides.foo=bar +--ocsp.responderoverrides.foo=bar ```