fix: change config types and defaults

This commit is contained in:
2026-05-12 18:22:15 -03:00
parent dbea046b8c
commit cae2283c1d
+3 -3
View File
@@ -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