Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ $(cat "$crt_source")
crt_fingerprint="${crt_fingerprint#*=}"

# Certificate type
inline_crt_type=
inline_crt_type="$crt_type"
ssl_cert_x509v3_eku "$crt_source" inline_crt_type || \
warn "inline_file: Unknown cert-type: '$inline_crt_type'"

Expand Down