req="$base.csr"
cert="$base.cert"
[ -f "$SSL_CERTDIR/$req" ] ||
[ -f "$SSL_CSRDIR/$req" ] ||
return 1
[ -z "$CA_VERBOSE" ] ||
ret=0