diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-08 14:30:17 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-09 12:42:44 +0200 |
| commit | 4fd43776247c4df7c515efc1c2436662cbd64b50 (patch) | |
| tree | 4c9821ee2eac50f05b0a2589ba28483f0a35f2ee | |
| parent | a104267b7cfd13c4ad3ee8e1c9775c21915f92ea (diff) | |
| download | mullvadvpn-4fd43776247c4df7c515efc1c2436662cbd64b50.tar.xz mullvadvpn-4fd43776247c4df7c515efc1c2436662cbd64b50.zip | |
Indicate that SSL pinning is now done via mullvad-api on iOS
| -rw-r--r-- | ios/BuildInstructions.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index f9bb84a00a..165ccf96a9 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -260,8 +260,6 @@ Reference: https://docs.travis-ci.com/user/common-build-problems/#mac-macos-sier # SSL pinning -The iOS app utilizes SSL pinning. Root certificates can be updated by using the source certificates shipped along with `mullvad-api`: +The iOS app utilizes SSL pinning via the `mullvad-api` client. +Root certificates can be updated by using the source certificates shipped along with `mullvad-api` found at `../mullvad-api/le_root_cert.pem` -``` -openssl x509 -in ../mullvad-api/le_root_cert.pem -outform der -out MullvadREST/Assets/le_root_cert.cer -``` |
