Skip to content

Commit

Permalink
Add Sub-Key-Name to Client-GROUP-Key metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 6, 2021
1 parent 4f18b67 commit 84f243a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions easytls
Original file line number Diff line number Diff line change
Expand Up @@ -5205,6 +5205,9 @@ b64_enc_metadata ()
cli_name="${cli_grp_name}"
metadata="${metadata} ${cli_name}"

# Append --sub-key-name
metadata="${metadata} ${TLSKEY_SUBNAME}"

else

# CA Identity
Expand Down

1 comment on commit 84f243a

@TinCanTech
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.