You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If v2rayNG is not able to generate a certificate, then most of the users will use the ready-made certificate posted on youtube,...
and then anyone can insert their own certificate into the victim's device and perform criminal acts.
XRay-core will unveil MitM in next version (MitM + Domain Fronting).
the users need to create and import a self-signed-certificate into the config:
so like geo-asset-files we need a section in v2rayNG to import the user certificate and its private-key.
///
also, Xray-core can generate self-signed-certificate with
xray tls cert -ca -file=mycert
command,this command generate a certificate and its private-key and saves them in:
mycert.crt
andmycert.key
in addition, the users need to import
mycert.crt
into the android-system,So In addition to the ability to Import the existing user certificate, v2rayNG must be able to generate and export a new certificate.
The text was updated successfully, but these errors were encountered: