1 #!/bin/sh 2 3 . hitch_test.sh 4 set -x 5 start_hitch \ 6 --backend='[hitch-tls.org]:80' \ 7 --frontend="[localhost]:$LISTENPORT" \ 8 "${CERTSDIR}/wildcard.example.com" \ 9 "${CERTSDIR}/default.example.com" 10 11 s_client -servername foo.example.com >s_client.dump 12 subject_field_eq CN "*.example.com" s_client.dump