stubby: fix handling of pkis in config (#8888)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
This commit is contained in:
parent
95daecd815
commit
3b498844ac
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ generate_config()
|
|||
handle_resolver_spki()
|
||||
{
|
||||
local val="$1"
|
||||
local digest="${val%/*}"
|
||||
local digest="${val%%/*}"
|
||||
local value="${val#*/}"
|
||||
|
||||
if [ "$tls_pubkey_pinset_section" = 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue