summaryrefslogtreecommitdiffhomepage
path: root/ios/BuildInstructions.md
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-12-30 14:40:38 +0100
committerAndrej Mihajlov <and@mullvad.net>2023-01-10 11:27:39 +0100
commit4443772638b51cc2211154b230b13ca261038aa5 (patch)
tree70b67dac382222c0c8811b11ea2f4157f43ef3b4 /ios/BuildInstructions.md
parent938177b737b07a5932d87ba67fe7377514619f06 (diff)
downloadmullvadvpn-4443772638b51cc2211154b230b13ca261038aa5.tar.xz
mullvadvpn-4443772638b51cc2211154b230b13ca261038aa5.zip
Update build instructions
Diffstat (limited to 'ios/BuildInstructions.md')
-rw-r--r--ios/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md
index ddb8eee941..796d0edbea 100644
--- a/ios/BuildInstructions.md
+++ b/ios/BuildInstructions.md
@@ -231,5 +231,5 @@ Reference: https://docs.travis-ci.com/user/common-build-problems/#mac-macos-sier
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-api/le_root_cert.pem -outform der -out Assets/le_root_cert.cer
+openssl x509 -in ../mullvad-api/le_root_cert.pem -outform der -out MullvadREST/Assets/le_root_cert.cer
```