chore: fix nit for spellcheck

This commit is contained in:
William Yang 2024-05-06 21:02:19 +02:00
parent 1040c752db
commit 2b50610a60
2 changed files with 6 additions and 12 deletions

View File

@ -712,12 +712,12 @@ For additional peer certificate validation, the value defined here must present
[rfc5280](https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.12).
Allowed values are
- "clientAuth"
- "serverAuth"
- "codeSigning"
- "emailProtection"
- "timeStamping"
- "ocspSigning"
- `clientAuth`
- `serverAuth`
- `codeSigning`
- `emailProtection`
- `timeStamping`
- `ocspSigning`
- raw OID, for example: "OID:1.3.6.1.5.5.7.3.2" means `id-pk 2` which is equivalent to `clientAuth`
Comma-separated string is also supported for validating more than one key usages.

View File

@ -310,10 +310,4 @@ ElasticSearch
doc_as_upsert
upsert
aliyun
rootCA
clientAuth
serverAuth
codeSigning
emailProtection
ocspSigning
OID