Merge pull request #8939 from jonathanunderwood/stubby-fix-8888

[WIP] stubby: fix handling of pkis in config (#8888)
This commit is contained in:
Rosen Penev
2019-05-09 17:07:13 -07:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ generate_config()
handle_resolver_spki() handle_resolver_spki()
{ {
local val="$1" local val="$1"
local digest="${val%/*}" local digest="${val%%/*}"
local value="${val#*/}" local value="${val#*/}"
if [ "$tls_pubkey_pinset_section" = 0 ]; then if [ "$tls_pubkey_pinset_section" = 0 ]; then