Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion certificate-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down