File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
java/src/com/cisco/c3m/est/test/DT Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ echo "Starting dt_start_estserver.sh ..."
66cd $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 &
1010sleep 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 &
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo first arguement will be used as the port number = $1
1212cd $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 &
1616sleep 3
1717
1818echo " dt_start_estserver2.sh is complete..."
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo "Starting dt_start_estserver3.sh ..."
1111cd $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 &
1515sleep 3
1616
1717echo " dt_start_estserver3.sh is complete..."
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo first arguement will be used as the port number = $1
1515cd $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 &
1919sleep 3
2020
2121echo " dt_start_estserver4.sh is complete..."
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo "Starting dt_start_estserver5.sh ..."
1111cd $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 &
1515sleep 3
1616
1717echo " dt_start_estserver5.sh is complete..."
You can’t perform that action at this time.
0 commit comments