fix: change config types and defaults
This commit is contained in:
@@ -41,11 +41,11 @@ struct TinyMITMConfig
|
||||
bool autoGenerateCA = true;
|
||||
|
||||
#ifdef _WIN32
|
||||
bool installToSystemStore = false;
|
||||
bool installToSystemStore = true;
|
||||
#endif
|
||||
|
||||
std::vector<unsigned char> customCaCertDer;
|
||||
std::vector<unsigned char> customCaKeyDer;
|
||||
std::string customCaCertDer;
|
||||
std::string customCaKeyDer;
|
||||
};
|
||||
|
||||
class TinyMITMProxy
|
||||
|
||||
Reference in New Issue
Block a user