Discourage CA trust in Demo

This commit is contained in:
Davide De Rosa 2018-08-24 11:10:07 +02:00
parent 48098486bf
commit 184b9987de
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ For the VPN to work properly, the `BasicTunnel` demo requires:
both in the main app and the tunnel extension target. both in the main app and the tunnel extension target.
In order to test connection to your own server, modify the file `Demo/BasicTunnel-[iOS|macOS]/ViewController.swift` and make sure to set `builder.ca` to the PEM encoded certificate of your VPN server's CA (or `nil` if none). In order to test connection to your own server, modify the file `Demo/BasicTunnel-[iOS|macOS]/ViewController.swift` and make sure to set `builder.ca` to the PEM encoded certificate of your VPN server's CA (or `nil` to skip CA validation, however discouraged).
Example: Example: