diff --git a/README.md b/README.md index f8d51a3..bd439d9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Bumper *can* be used with the official app, but with limitations. Your phone nee ### DNS - Configure your DNS server as described above in the [DNS](#dns) section. ### Import the Bumper CA Cert -- E-mail yourself the Bumper CA cert (located at `./certs/CA/cacert.pem`) +- E-mail yourself the Bumper CA cert (located at `./certs/CA/cacert.crt`) +**Note:** Make sure you select the `cacert.crt` file, which is a DER encoded version that will work on either Android or iOS. ![Example of emailing CA cert](docs/images/emailcert.png) diff --git a/docs/images/emailcert.png b/docs/images/emailcert.png index aebd1f3..cac30a9 100644 Binary files a/docs/images/emailcert.png and b/docs/images/emailcert.png differ diff --git a/docs/images/ios_email_cert.png b/docs/images/ios_email_cert.png index 64fc937..de413cf 100644 Binary files a/docs/images/ios_email_cert.png and b/docs/images/ios_email_cert.png differ