Skip to content

Commit

Permalink
inline: Enable for all certificate types; Selectively inline TLS Keys
Browse files Browse the repository at this point in the history
Only inline TLS Keys for certificate type 'server' and 'client'.

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 18, 2024
1 parent 30fd9ef commit a115859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,8 @@ ${tls_key_data}
;;
*)
verbose "inline: Unsupported certificate type: $crt_type"
return 0
tls_key_label=
tls_data="# No TLS Key support for cert-type: $crt_type"
esac

# Add --key-direction for TLS-AUTH
Expand Down

0 comments on commit a115859

Please sign in to comment.