summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-01-30 17:37:29 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-01-30 17:37:29 +0100
commitbee1a99b08839e9569789a636eef4cfa7ee3accb (patch)
treeb0b07c87da667baf722e017b293f5d6bd1b9b989
parent1f65feb5e696db4cfedc87f6495a74e94f70c09c (diff)
downloadmullvadvpn-bee1a99b08839e9569789a636eef4cfa7ee3accb.tar.xz
mullvadvpn-bee1a99b08839e9569789a636eef4cfa7ee3accb.zip
Update iOS build instructions to use 2096 bit keys
Apple did not accept 4096 bit keys :(
-rw-r--r--ios/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/BuildInstructions.md b/ios/BuildInstructions.md
index 7bd89d59d8..c4b0fc4241 100644
--- a/ios/BuildInstructions.md
+++ b/ios/BuildInstructions.md
@@ -6,7 +6,7 @@ OpenSSL will ask you the password for the private key, make sure to memorize it,
later.
```
-openssl req -new -newkey rsa:4096 \
+openssl req -new -newkey rsa:2048 \
-outform pem -keyform pem \
-keyout private_key.pem \
-out cert_signing_request \