From fd504a186878bb6ec28ba2b9ce8839d88e0bd0d6 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 30 Jul 2018 03:46:29 +0200 Subject: [PATCH] Add note about iOS bug to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 503e014..3cf5f08 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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).