Skip to content

Commit

Permalink
Merge branch 'TinCanTech-display_dn-remove-subshell'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 12, 2024
2 parents 595158d + fcb95f4 commit 5e9cdb3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3684,11 +3684,8 @@ display_dn - input error"
shift 2

# Display DN
ssl_out="$(
"$EASYRSA_OPENSSL" "$format" -in "$path" -noout -subject \
-nameopt utf8,sep_multiline,space_eq,lname,align)" || \
die "display_dn: SSL command '$format'"
print "$ssl_out"
"$EASYRSA_OPENSSL" "$format" -in "$path" -noout -subject \
-nameopt utf8,sep_multiline,space_eq,lname,align
} # => display_dn()

# Verify certificate against CA
Expand Down

0 comments on commit 5e9cdb3

Please sign in to comment.