Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 456 Bytes

Launching the Andorid app

  1. Start the PWA first. Check executing the PWA.
  2. Create a certificate authority. You can use:
openssl x509 -in "$(mkcert -CAROOT)/rootCA.pem" -signkey "$(mkcert -CAROOT)/rootCA-key.pem" -extfile android_options.txt -out ".cert/CA.crt"

where android_options.txt is:

basicConstraints=CA:true
  1. Install it into the Android device as a valid CA.
  2. Run the app from Android Studio.