stubby: fix typo

Signed-off-by: Salim B salim@posteo.de
This commit is contained in:
Salim B 2020-08-17 10:17:30 +00:00 committed by Rosen Penev
parent 602d7047b5
commit 50cced2475
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

View file

@ -444,7 +444,7 @@ overrides the global value.
#### `list spki`
This list specifies the SPKI pinset which is verified against the keys in the
server cerrtificate. The value takes the form `'<digest type>/value>'`, where
server certificate. The value takes the form `'<digest type>/value>'`, where
the `digest type` is the hashing algorithm used, and the value is the Base64
encoded hash of the public key. At present, only `sha256` is
supported for the digest type.