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