From eb7988e3c54ed68c8522e6ec43034a6ceb0561bb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 29 Aug 2013 16:11:09 -0400 Subject: move the --tls option down into the swaks_auth section; make it --tlsc instead; add a --timeout with a low value because otherwise it is annoying --- test-swaks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-swaks.sh') diff --git a/test-swaks.sh b/test-swaks.sh index 03414b3..3614740 100755 --- a/test-swaks.sh +++ b/test-swaks.sh @@ -8,8 +8,8 @@ server='localhost' # override $server with possible exported shell var [ $SWAKS_SERVER ] && server=$SWAKS_SERVER -swaks_options="--server $server --tls --hide-informational --suppress-data -p 587" -swaks_auth="--tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key" +swaks_options="--timeout 5 --server $server --hide-informational --suppress-data" +swaks_auth="--tlsc --tls-cert $HOME/leap/test/certs/cert.crt --tls-key $HOME/leap/test/certs/cert.key" echo "swaks_options: $swaks_options" echo "swaks_auth : $swaks_auth" -- cgit v1.2.3