summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 \