chore: fix nit for spellcheck

This commit is contained in:
William Yang 2024-05-06 21:02:19 +02:00
parent 01467246fc
commit 28b17a2562
2 changed files with 6 additions and 12 deletions

View File

@ -706,12 +706,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

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