Skip to content

Commit a2eb30b

Browse files
authored
Merge pull request #374 from smallstep/carl/mtls-false
Fix mtls flag in example
2 parents 0d0facd + da44138 commit a2eb30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step-ca/certificate-authority-server-production.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ There's a few things you should know before you deploy this setup:
550550
See below for an example.
551551
- Certificate renewal via `step ca renew` uses mutual TLS authentication by default.
552552
Mutual TLS is incompatible with application-layer reverse proxying.
553-
When proxying traffic, pass `--mtls false` to `step ca renew`
553+
When proxying traffic, pass `--mtls=false` to `step ca renew`
554554
(or set `STEP_MTLS` to `false`).
555555
This will trigger an alternative renewal flow that employs authentication tokens.
556556
(See `step ca renew --help` for more details.)

0 commit comments

Comments
 (0)