You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to use this file, we are required to pass a DN (Distinguished Name) in parameter, while it is not used in the gen-jwt-keys function. Instead, we are interactively asked to repeat the information.
The openssl req invocation is at least missing a parameter: -subj "${l_subject}".
There may be other missing things.
Another option would be to stop requiring a DN and let users fill-in the information by hand.
The text was updated successfully, but these errors were encountered:
Hi,
If we try to use this file, we are required to pass a DN (Distinguished Name) in parameter, while it is not used in the gen-jwt-keys function. Instead, we are interactively asked to repeat the information.
The
openssl req
invocation is at least missing a parameter:-subj "${l_subject}"
.There may be other missing things.
Another option would be to stop requiring a DN and let users fill-in the information by hand.
The text was updated successfully, but these errors were encountered: