|
@ -5543,10 +5543,13 @@ showcsr() { |
|
|
_initpath |
|
|
_initpath |
|
|
|
|
|
|
|
|
_csrsubj=$(_readSubjectFromCSR "$_csrfile") |
|
|
_csrsubj=$(_readSubjectFromCSR "$_csrfile") |
|
|
if [ "$?" != "0" ] || [ -z "$_csrsubj" ]; then |
|
|
|
|
|
|
|
|
if [ "$?" != "0" ]; then |
|
|
_err "Can not read subject from csr: $_csrfile" |
|
|
_err "Can not read subject from csr: $_csrfile" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
if [ -z "$_csrsubj" ]; then |
|
|
|
|
|
_info "The Subject is empty" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
_info "Subject=$_csrsubj" |
|
|
_info "Subject=$_csrsubj" |
|
|
|
|
|
|
|
|