diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-09 12:42:54 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-09 12:42:54 +0200 |
| commit | b79b4c95ada5e4a38cbb05e7533e8a06daeca069 (patch) | |
| tree | 4c9821ee2eac50f05b0a2589ba28483f0a35f2ee | |
| parent | a104267b7cfd13c4ad3ee8e1c9775c21915f92ea (diff) | |
| parent | 4fd43776247c4df7c515efc1c2436662cbd64b50 (diff) | |
| download | mullvadvpn-b79b4c95ada5e4a38cbb05e7533e8a06daeca069.tar.xz mullvadvpn-b79b4c95ada5e4a38cbb05e7533e8a06daeca069.zip | |
Merge branch 'update-any-affected-documentation-to-reflect-the-new-ios-1253'
| -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 -``` |
