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
Please add features to support to pass certificate and private key as the actual raw string as well I/O stream object to 'cert' param which is we use for Client Side Certificates.
Describe the use case of this feature:
for now as 'cert' param only takes file path for that reason we have to store the file in server then we can pass the path. but if this features is added then we can directly pass raw string which can be stored in DataBase or also if it support I/O stream object then we can store somewhere remote and read and pass the I/O object. this will increase the flexibility. it is now completely locked to store the file in server only.
Type: EnhancementMost issues will probably ask for additions or changes.
1 participant
Converted from issue
This discussion was converted from issue #1233 on June 24, 2023 12:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please describe your feature request:
Please add features to support to pass certificate and private key as the actual raw string as well I/O stream object to 'cert' param which is we use for Client Side Certificates.
Describe the use case of this feature:
for now as 'cert' param only takes file path for that reason we have to store the file in server then we can pass the path. but if this features is added then we can directly pass raw string which can be stored in DataBase or also if it support I/O stream object then we can store somewhere remote and read and pass the I/O object. this will increase the flexibility. it is now completely locked to store the file in server only.
Beta Was this translation helpful? Give feedback.
All reactions