简体   繁体   English

在Android模拟器上安装自定义证书时,两个凭据使用选项“VPN和应用程序”与“Wifi”之间有什么区别?

[英]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.

相关问题 在Android上以编程方式安装/访问用于VPN / WIFI的Certs - Installing/Accessing Certs for VPN/WIFI programmatically on Android Android:应用签名证书和上传证书有什么区别? - Android :What is the difference between app signing certificate and upload certificate? Android 上的系统应用和特权应用有什么区别? - What is the difference between system apps and privileged apps on Android? 在genymotion android模拟器中安装我的证书 - Installing my certificate in genymotion android emulator Android MutableLiveData与ObservableList有什么区别? - What is the difference between Android MutableLiveData vs ObservableList? Android缓存和Android应用程序缓存之间有什么区别 - What is difference between Android cache memory and Android apps cache memory 在模拟器中安装应用程序时出现“无 Internet 连接” - “No Internet Connection” when installing apps in emulator 我应该在 Android 上的每次 WiFi 扫描之间使用多长时间? - What interval should I use between each WiFi scan on Android? Android:两种sqlite方法有什么区别 - Android: What is the difference between the two sqlite approaches Work Manager和Reactive Extensions(Rxjava)之间有什么区别? 我应该使用什么时候? - What is difference between Work Manager vs Reactive Extensions (Rxjava) ? what should i use or when ?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM