Skip to content

Commit

Permalink
display_dn: Remove unwanted variable $name_opts
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Nov 2, 2023
1 parent 4d31728 commit 16b382f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -4163,10 +4163,9 @@ display_dn - input error"
shift 2

# Display DN
name_opts="utf8,sep_multiline,space_eq,lname,align"
print "$(
easyrsa_openssl "$format" -in "$path" -noout -subject \
-nameopt "$name_opts"
-nameopt utf8,sep_multiline,space_eq,lname,align
)"

# Display SAN, if present
Expand Down

0 comments on commit 16b382f

Please sign in to comment.