Skip to content

Commit

Permalink
Add note about iOS bug to README
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jul 30, 2018
1 parent 676d4cd commit fd504a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ On Arch Linux you can use your [AUR helper](https://wiki.archlinux.org/index.php
yaourt -S mkcert-git
```

Windows will be supported next. (PRs welcome!)
Windows will be supported [soon](https://github.com/FiloSottile/mkcert/pull/46).

> **Warning**: the `rootCA-key.pem` file that mkcert automatically generates gives complete power to intercept secure requests from your machine. Do not share it.
Expand All @@ -68,7 +68,7 @@ Windows will be supported next. (PRs welcome!)

For the certificates to be trusted on mobile devices, you will have to install the root CA. It's the `rootCA.pem` file in the folder printed by `mkcert -CAROOT`.

On iOS, you can either email the CA to yourself, or serve it from an HTTP server. After installing it, you must [enable full trust in it](https://support.apple.com/en-nz/HT204477).
On iOS, you can either use AirDrop, email the CA to yourself, or serve it from an HTTP server. After installing it, you must [enable full trust in it](https://support.apple.com/en-nz/HT204477). **Note**: earlier versions of mkcert ran into [an iOS bug](https://forums.developer.apple.com/thread/89568), if you can't see the root in "Certificate Trust Settings" you might have to update mkcert and [regenerate the root](https://github.com/FiloSottile/mkcert/issues/47#issuecomment-408724149).

For Android, you will have to install the CA and then enable user roots in the development build of your app. See [this StackOverflow answer](https://stackoverflow.com/a/22040887/749014).

Expand Down

0 comments on commit fd504a1

Please sign in to comment.