mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #8939 from jonathanunderwood/stubby-fix-8888
[WIP] stubby: fix handling of pkis in config (#8888)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user