Skip to content

Commit 5ccdb9f

Browse files
committed
Add setenv UV_tlskey_serial to client TLS-Crypt-V2 inline file
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 25025c4 commit 5ccdb9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

easytls

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3967,8 +3967,10 @@ inline_tls_crypt_v2 ()
39673967
fi
39683968

39693969
# push-peer-info
3970-
[ "${cert_purpose}" = 'Client' ] && \
3970+
[ "${cert_purpose}" = 'Client' ] && {
3971+
"${EASYTLS_PRINTF}" '%s\n' "setenv UV_tlskey_serial ${tlskey_serial}"
39713972
"${EASYTLS_PRINTF}" "\n%s\n\n" "push-peer-info"
3973+
}
39723974
# Add key
39733975
"${EASYTLS_PRINTF}" "%s\n" "<tls-crypt-v2>"
39743976
"${EASYTLS_CAT}" "${tlskey_file}"

0 commit comments

Comments
 (0)