sign-req: Correct variable assignment

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-06-09 22:04:37 +01:00
parent 7da63e9408
commit 9a70a50a0c
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -2426,7 +2426,7 @@ basicConstraints is not defined, cannot use 'pathlen'"
ca)
print "nsCertType = sslCA" ;;
*)
error_msg "Unknown Netscape type: $crt_type"
error_msg="Unknown Netscape type: $crt_type"
return 1
esac