From f86253a912e41e10779027dd8bca38b3c6e30852 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 4563ee0a6c2d9..875451e8c3996 100644 --- a/certificate-authentication.md +++ b/certificate-authentication.md @@ -285,7 +285,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: