sign-req: Remove useless use of cat

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-07-16 03:01:39 +01:00
parent a1c9b016b2
commit 6f806d9577
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -2338,8 +2338,7 @@ basicConstraints is not defined, cannot use 'pathlen'"
# Begin output redirect
{
# Append $cert-type extensions
cat "$x509_COMMON_file"
cat "$x509_type_file"
cat "$x509_COMMON_file" "$x509_type_file"
# Support a dynamic CA path length when present:
if [ "$basicConstraints" ]; then