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
For TLS, is it possible to provide raw certificate values instead of paths?
In my use case, the certificates are not stored in the file system. They could be stored there at runtime. The trouble is, this would require the files to be managed with additional code. It would be great if the raw certificate values could simply be provided directly to redbird.
If this is not currently possible, could it be implemented?
It may be possible to implement it in a non-breaking manner. Strings could continue to be treated as file paths. But, if an object is provided, it could be checked for one of two keys: either path, for a file path string, or value, for a raw certificate string.
The text was updated successfully, but these errors were encountered:
redbird
looks great.For TLS, is it possible to provide raw certificate values instead of paths?
In my use case, the certificates are not stored in the file system. They could be stored there at runtime. The trouble is, this would require the files to be managed with additional code. It would be great if the raw certificate values could simply be provided directly to
redbird
.If this is not currently possible, could it be implemented?
It may be possible to implement it in a non-breaking manner. Strings could continue to be treated as file paths. But, if an object is provided, it could be checked for one of two keys: either
path
, for a file path string, orvalue
, for a raw certificate string.The text was updated successfully, but these errors were encountered: