Home | History | Annotate | Download | only in apps

Lines Matching full:then

17 #                  converts a certificate to a request and then signs it.
39 if [ $flag -eq 1 ]; then
41 if [ $? -eq 0 ] ; then
50 if [ $? -eq 0 ]; then
61 if [ -z "$OPENSSL" ]; then OPENSSL=openssl; fi
63 if [ -z "$DAYS" ] ; then DAYS="-days 365" ; fi # 1 year
71 if [ -z "$CATOP" ] ; then CATOP=./demoCA ; fi
103 # if explicitly asked for or it doesn't exist then setup the directory
106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
115 if [ ! -f ${CATOP}/private/$CAKEY ]; then
120 if [ "$FILE" ]; then
124 if [ ! -f "${CATOP}/serial" ]; then
145 if [ -z "$2" ] ; then
176 if [ -z "$1" ]; then
183 if [ $? != 0 ]; then