From 50cced2475063556b777c7f9b2092bbe458f4492 Mon Sep 17 00:00:00 2001 From: Salim B Date: Mon, 17 Aug 2020 10:17:30 +0000 Subject: [PATCH] stubby: fix typo Signed-off-by: Salim B salim@posteo.de --- net/stubby/files/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/stubby/files/README.md b/net/stubby/files/README.md index 9bdb54c9b..92021b3bc 100644 --- a/net/stubby/files/README.md +++ b/net/stubby/files/README.md @@ -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 `'/value>'`, where +server certificate. The value takes the form `'/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.