sign-req: Remove useless use of cat
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
a1c9b016b2
commit
6f806d9577
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user