Is it possible to export the fiddler root cert so other users can use it?.
I'm wanting to distribute a vagrant/docker image for my team. We basically need to use fiddler to make SSL work (making the guest vm trust fiddlers cert and then routing everything through fiddler on the host).
I'd like to have the vagrantmachine trust fiddler by trusting a root CA we share. So the vm would trust this CA and not need to be configured everytime.
Is there a way to export fiddlers root CA (private key) and install this on another machine?.