-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MITM certificate expired #7
Comments
Hello Alexander, I will look at the issue tomorrow. |
Hello Andrey, what is the current status of this issue? |
Hello @egorovandreyrm Did you check on the issue? What is the current status of it? |
You can generate your own certificate by the following steps. Define the constraints for your certThis constraint is important. Without it, the Android system won't let you install your certificate.
Generate a private key
Generate a raw cert
Set the constraints to your cert
Update the app assets
Rebuild the app and everything should be working. Refer to this article for more information. |
If you are on Windows, You can use Keystore explorer to achieve the same. It is GUI based. |
Any updates? |
The PCAP Remote MITM certificate expired. I tried to de-install and re-install the app, but the installed certificate is always the same with expiry date 19 Aug 2020. I thought when I re-install the app it would automatically generate a new certificate.
I use PCAP Remote on a Samsung tablet with Lineage OS 14.1 (Android 7.1.2) and ADB root enabled. Then I connect to a ADB root shell and copy the certificate from the user certificate store to the system certificate store to allow the it be used for MITM. Please help me generating and installing a new certificate.
Here is the openssl output of cert.pem:
The text was updated successfully, but these errors were encountered: