summaryrefslogtreecommitdiffhomepage
path: root/ios/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2021-10-05 13:00:43 +0200
committerDavid Lönnhager <david.l@mullvad.net>2021-10-07 18:05:30 +0200
commitfaa05edc1c8a877a07c73de37f133442fb471124 (patch)
treefca550f1158a1101f82e20cd5bd181a6865b748f /ios/BuildInstructions.md
parent15990ef3c9d26640dc99ecdeb77bf44352df8b50 (diff)
downloadmullvadvpn-faa05edc1c8a877a07c73de37f133442fb471124.tar.xz
mullvadvpn-faa05edc1c8a877a07c73de37f133442fb471124.zip
Remove expired LE certificate
Diffstat (limited to 'ios/BuildInstructions.md')
-rw-r--r--ios/BuildInstructions.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md
index 340a116f76..4c112fcad7 100644
--- a/ios/BuildInstructions.md
+++ b/ios/BuildInstructions.md
@@ -210,6 +210,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-rpc`:
```
-openssl x509 -in ../mullvad-rpc/new_le_root_cert.pem -outform der -out Assets/new_le_root_cert.cer
-openssl x509 -in ../mullvad-rpc/old_le_root_cert.pem -outform der -out Assets/old_le_root_cert.cer
+openssl x509 -in ../mullvad-rpc/le_root_cert.pem -outform der -out Assets/le_root_cert.cer
```