[英]What is the difference between two Credential use options “VPN and apps” vs “Wifi” when installing a custom certificate on an Android emulator?
I'm trying to install a Charles Certificate on an Android emulator and I noticed that there are two Credential use options: "VPN and apps" and "Wi-Fi". 我正在尝试在Android模拟器上安装Charles证书,我注意到有两个凭据使用选项:“VPN和应用程序”和“Wi-Fi”。
I've tried looking around for explanations regarding to the two options, but the one I've found simply say "pick one that fits your use case." 我试过四处寻找有关这两个选项的解释,但我发现的那个只是说“选一个适合你的用例。”
What is the difference between the two options? 这两个选项有什么区别? Which one should a developer pick?
开发人员应该选择哪一个?
The WiFi
option is for authentication WiFi networks, while VPN and apps
is for authenticating certificates for SSL/TLS communication for apps including the browser. WiFi
选项用于身份验证WiFi网络,而VPN and apps
用于验证包括浏览器在内的应用程序的SSL / TLS通信证书。
I can also confirm that VPN and apps
is the right choice for proxying HTTPS requests for an Android device in Charles. 我还可以确认
VPN and apps
是在Charles中代理Android设备的HTTPS请求的正确选择。
You can use digital certificates to identify your device for a variety of purposes, including VPN or Wi-Fi network access as well as authentication to servers by apps such as Email or Chrome.
您可以使用数字证书来识别您的设备,以实现各种目的,包括VPN或Wi-Fi网络访问,以及通过电子邮件或Chrome等应用对服务器进行身份验证。 If you plan to use certificates for Wi-Fi authentication, be sure to select the Wi-Fi option from the menu described below.
如果您计划使用证书进行Wi-Fi身份验证,请务必从下面的菜单中选择Wi-Fi选项。
Source: https://support.google.com/nexus/answer/2844832?hl=en 来源: https : //support.google.com/nexus/answer/2844832?hl = zh
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.