Open neon-mmd opened 6 months ago
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/neon-mmd/websurfx/blob/rolling/CONTRIBUTING.md
I'll give this a shot
I'll give this a shot
Yes sure, we will assign this issue to you right away. You may start working on this now. :slightly_smiling_face:
Stale issue message
@evanyang1 it has been a week so far, any progress on this issue so far? We would like to know :slightly_smiling_face: .
Oh snap, let me start on it real quick.
@evanyang1 it has been a week so far, any progress on this issue so far? We would like to know :slightly_smiling_face: .
Personal troubles. I can get to it later
Work Expected From The Issue
Provide a new config option to users to enable or disable operating system certificates to be used alongside
rustls
certificates. Giving the user the control to whether to use operating system certificates or not while considering security in mind.The issue expects the following files to be changed/modified:
src/results/aggregator.rs
src/config/parser.rs
websurfx/config.lua
Reason Behind These Changes
The reason behind having these changes it to give the user the control to whether to use operating system certificates or not while considering security in mind.
Sample Code
The sample codes for the files from the above mentioned files has been provided below:
aggregator.rs
config.lua
parser.rs