Description
At the moment, Proxyman uses openssl CLI to generate a root certificate. It works fine 99%, but 1% gets errors due to the different OpenSSL versions of the end-user machine.
On Proxyman for iOS, we are using built-in BoringSSL to generate the certificate programmatically, it's time to bring it to macOS.
Acceptance Criteria
- Programmatically generate Root Certificate by Boring SSL
- Works for Automatic and Manual
Description
At the moment, Proxyman uses
opensslCLI to generate a root certificate. It works fine 99%, but 1% gets errors due to the different OpenSSL versions of the end-user machine.On Proxyman for iOS, we are using built-in BoringSSL to generate the certificate programmatically, it's time to bring it to macOS.
Acceptance Criteria