From afe402a0237093341d8e4fd60c3caeb122c1859a Mon Sep 17 00:00:00 2001 From: Ran Date: Tue, 19 Apr 2022 15:55:33 +0800 Subject: [PATCH] fix openssl x509 command line parameter Signed-off-by: Ran --- certificate-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificate-authentication.md b/certificate-authentication.md index 894c3d74c1067..a0fe212ee562d 100644 --- a/certificate-authentication.md +++ b/certificate-authentication.md @@ -284,7 +284,7 @@ The user certificate information can be specified by `require subject`, `require {{< copyable "shell-regular" >}} ```shell - openssl x509 -noout -ext subjectAltName -in client.crt + openssl x509 -noout -extensions subjectAltName -in client.crt ``` + `require san` currently supports the following `Subject Alternative Name` check items: