diff options
| author | David Lönnhager <david.l@mullvad.net> | 2022-03-22 11:23:24 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-03-23 16:39:22 +0100 |
| commit | df569e33f797e7c03591491ca7a88316d9cadd9a (patch) | |
| tree | 411de2dd55f0a24d342dd4f6143e59ec06705ba4 /ios | |
| parent | 74d76ff8f071d96ffbc6fbb8d92ec961b839f416 (diff) | |
| download | mullvadvpn-df569e33f797e7c03591491ca7a88316d9cadd9a.tar.xz mullvadvpn-df569e33f797e7c03591491ca7a88316d9cadd9a.zip | |
Rename mullvad-rpc to mullvad-api
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md index 4c112fcad7..e3b114153a 100644 --- a/ios/BuildInstructions.md +++ b/ios/BuildInstructions.md @@ -207,8 +207,8 @@ 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-rpc`: +The iOS app utilizes SSL pinning. Root certificates can be updated by using the source certificates shipped along with `mullvad-api`: ``` -openssl x509 -in ../mullvad-rpc/le_root_cert.pem -outform der -out Assets/le_root_cert.cer +openssl x509 -in ../mullvad-api/le_root_cert.pem -outform der -out Assets/le_root_cert.cer ``` |
