Skip to content

Commit

Permalink
Merge branch 'display_dn-remove-subshell' of ssh://github.com/TinCanT…
Browse files Browse the repository at this point in the history
…ech/easy-rsa into TinCanTech-display_dn-remove-subshell

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jun 12, 2024
2 parents 595158d + 4de3616 commit fcb95f4
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 fcb95f4

Please sign in to comment.