Diff

Differences From Artifact [5b2a6112d2]:

To Artifact [38bd23a6f6]:


1

2
3
4
5
6
7
8
9
10

1


2
3
4
5
6
7
8
-
+
-
-







#!/bin/sh
#!/usr/bin/env tclsh
# The next line is executed by /bin/sh, but not tcl \
exec tclsh8.3 "$0" ${1+"$@"}

package require tls

set dir			[file join [file dirname [info script]] ../tests/certs]
set OPTS(-cafile)	[file join $dir ca.pem]
set OPTS(-cert)		[file join $dir client.pem]
set OPTS(-key)		[file join $dir client.key]