repo.or.cz
/
stompngo_examples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Copyright date updates.
[stompngo_examples.git]
/
tlsexamps
/
tlsuc3
/
run.sh
blob
ad7a7c914096a7d0442f52579674ad84e9ffa769
1
#!/bin/sh
2
#
3
set -x
4
go build
5
CERTBASE
=
${CERTBASE:-/ad3/gma/ad3/sslwork/2017-01}
6
CLICERT
=
${CLICERT:-client.crt}
7
CLIKEY
=
${CLIKEY:-client.key}
8
#
9
.
/
tlsuc3
-cliCertFile
=
$CERTBASE
/
$CLICERT
\
10
-cliKeyFile
=
$CERTBASE
/
$CLIKEY
11
set
+
x
12