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
Update Linux default cert location.
[stompngo_examples.git]
/
tlsexamps
/
tlsuc2
/
run.sh
blob
72f259d7b99dfd53875b3b0993b765b2de9a17a9
1
#!/bin/sh
2
#
3
set -x
4
CERTBASE
=
${CERTBASE:-/ad3/gma/ad3/sslwork/2017-01}
5
CACERT
=
${CACERT:-ca.crt}
6
go build
7
.
/
tlsuc2
-srvCAFile
=
$CERTBASE
/
$CACERT
8
set
+
x
9