diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-01-30 17:37:29 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-01-30 17:37:29 +0100 |
| commit | bee1a99b08839e9569789a636eef4cfa7ee3accb (patch) | |
| tree | b0b07c87da667baf722e017b293f5d6bd1b9b989 /ios | |
| parent | 1f65feb5e696db4cfedc87f6495a74e94f70c09c (diff) | |
| download | mullvadvpn-bee1a99b08839e9569789a636eef4cfa7ee3accb.tar.xz mullvadvpn-bee1a99b08839e9569789a636eef4cfa7ee3accb.zip | |
Update iOS build instructions to use 2096 bit keys
Apple did not accept 4096 bit keys :(
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/BuildInstructions.md | 2 |
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 \ |
