Skip to content

Commit 291a875

Browse files
author
Fredrik Orderud
committed
Update tests scripts to no longer call estserver with "-o", since TLS-only client authentication is now enabled by default.
1 parent df9cfd3 commit 291a875

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

java/src/com/cisco/c3m/est/test/DT/dt_start_estserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "Starting dt_start_estserver.sh ..."
66
cd $WORKSPACE/example/server
77

88
# this is the main estserver instance that should be used for simple enrolls
9-
$WORKSPACE/install/bin/estserver -o -p $EST_DT0_PORT1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
9+
$WORKSPACE/install/bin/estserver -p $EST_DT0_PORT1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
1010
sleep 1
1111
# the following estserver is set to reject the first attempted connection so we can test catching exceptions
1212
$WORKSPACE/install/bin/estserver -p $EST_DT0_PORT2 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 -m 3600 &

java/src/com/cisco/c3m/est/test/DT/dt_start_estserver2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo first arguement will be used as the port number = $1
1212
cd $WORKSPACE/example/server
1313

1414
# this is the main estserver instance that should be used for simple reenrolls
15-
$WORKSPACE/install/bin/estserver -o -p $1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
15+
$WORKSPACE/install/bin/estserver -p $1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
1616
sleep 3
1717

1818
echo "dt_start_estserver2.sh is complete..."

java/src/com/cisco/c3m/est/test/DT/dt_start_estserver3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Starting dt_start_estserver3.sh ..."
1111
cd $WORKSPACE/example/server
1212

1313
# this is the main estserver instance that should be used for simple enrolls
14-
$WORKSPACE/install/bin/estserver -o -p $EST_CACERTS_PORT_NF --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
14+
$WORKSPACE/install/bin/estserver -p $EST_CACERTS_PORT_NF --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
1515
sleep 3
1616

1717
echo "dt_start_estserver3.sh is complete..."

java/src/com/cisco/c3m/est/test/DT/dt_start_estserver4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo first arguement will be used as the port number = $1
1515
cd $WORKSPACE/example/server
1616

1717
# this is the main estserver instance that should be used for simple reenrolls
18-
$WORKSPACE/install/bin/estserver -o -p $1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
18+
$WORKSPACE/install/bin/estserver -p $1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
1919
sleep 3
2020

2121
echo "dt_start_estserver4.sh is complete..."

java/src/com/cisco/c3m/est/test/DT/dt_start_estserver5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "Starting dt_start_estserver5.sh ..."
1111
cd $WORKSPACE/example/server
1212

1313
# this is the main estserver instance that should be used for simple reenrolls
14-
$WORKSPACE/install/bin/estserver -o -p $EST_DT5_PORT1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
14+
$WORKSPACE/install/bin/estserver -p $EST_DT5_PORT1 --srp passwd.srpv -c estCA/private/estservercertandkey.pem -k estCA/private/estservercertandkey.pem -r estrealm -v -6 -d 60 &
1515
sleep 3
1616

1717
echo "dt_start_estserver5.sh is complete..."

0 commit comments

Comments
 (0)